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
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
Services
Views Multi-server 2017-05-11 22:42:14 -07:00
wwwroot
.bowerrc
ChatSample.csproj
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
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
appsettings.json
bower.json
bundleconfig.json
compilerconfig.json
compilerconfig.json.defaults
web.config