aspnetcore/samples/ChatSample
David Fowler 87c4da41e8 Disabling hosting startup
- VS injects a bad version of AppInsights because it doesn't
check the shared framework version in use. Since we constantly
are on the bleeding edge, we get out of sync frequently. This
change disables them from running.
2017-05-21 16:46:47 -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 Disabling hosting startup 2017-05-21 16:46:47 -07:00
RedisUserTracker.cs Multi-server 2017-05-11 22:42:14 -07:00
Startup.cs Remove custom routing and path matching from HttpConnectionDispatcher (#471) 2017-05-20 00:34:29 -07:00
UserDetails.cs
appsettings.json
bower.json
bundleconfig.json
compilerconfig.json
compilerconfig.json.defaults
web.config