aspnetcore/samples/ChatSample
Pawel Kadluczka 8b455ecae7 Fixing `dotnet ef database update`
Currently it is impossible to create database for the chat sample - `dotnet ef` commands fail with: "No parameterless constructor was found on 'ApplicationDbContext'. Either add a parameterless constructor to 'Application
DbContext' or add an implementation of 'IDbContextFactory<ApplicationDbContext>' in the same assembly as 'ApplicationDbC
ontext'." - adding IDbContextFactory implementation to fix this

Also disabling Redis presence in favor of in-memory presence
2017-05-15 14:57:07 -07:00
..
Controllers Add using to sample 2017-04-19 19:46:25 -07:00
Data Fixing `dotnet ef database update` 2017-05-15 14:57:07 -07:00
Hubs Multi-server 2017-05-11 22:42:14 -07:00
Models SignalR => Auth 2.0 2017-04-19 18:51:24 -07:00
Services apply license headers 2016-11-07 12:00:04 -08:00
Views Multi-server 2017-05-11 22:42:14 -07:00
wwwroot Removing site.js (#330) 2017-03-21 16:10:19 -07:00
.bowerrc
ChatSample.csproj More structural way of storing users 2017-05-11 22:42:14 -07:00
HubWithPresence.cs Multi-server 2017-05-11 22:42:14 -07:00
IUserTracker.cs Multi-server 2017-05-11 22:42:14 -07:00
InMemoryUserTracker.cs Multi-server 2017-05-11 22:42:14 -07:00
PresenceHubLifetimeManager.cs Multi-server 2017-05-11 22:42:14 -07:00
Program.cs React to Logging API changes (#433) 2017-05-03 10:39:29 -07:00
RedisUserTracker.cs Multi-server 2017-05-11 22:42:14 -07:00
Startup.cs Fixing `dotnet ef database update` 2017-05-15 14:57:07 -07:00
UserDetails.cs Redis based scaleout presence 2017-05-01 16:35:26 -07:00
appsettings.json
bower.json
bundleconfig.json Removing site.js (#330) 2017-03-21 16:10:19 -07:00
compilerconfig.json Clean up and TS client 2016-11-02 18:35:12 -07:00
compilerconfig.json.defaults
web.config