aspnetcore/samples/ChatSample
Pawel Kadluczka b1dafc2f34 Fixing build warning (#208)
13:40:19.336     1>Startup.cs(30,17): warning CS0618: 'ConfigurationExtensions.AddUserSecrets(IConfigurationBuilder)' is obsolete: 'This method is obsolete and will be removed in a future version. The recommended alternative is .AddUserSecrets(string userSecretsId) or .AddUserSecrets<TStartup>().' [C:\Source\SignalR-Core\samples\ChatSample\ChatSample.csproj] [C:\Source\SignalR-Core\.build\makefile.proj]
2017-02-15 16:32:49 -08:00
..
Controllers UserName and minor fixups for ChatSample 2016-11-09 10:55:23 -08:00
Data Remove Database EnsureCreated 2016-11-09 14:13:15 -08:00
Hubs Remove streaming transport as a top level API (#110) 2017-01-11 04:01:49 -08:00
Models UserName and minor fixups for ChatSample 2016-11-09 10:55:23 -08:00
Services apply license headers 2016-11-07 12:00:04 -08:00
Views Remove format from connect and only use it in /send 2017-01-17 11:32:27 -08:00
wwwroot Upgrade to VS 2017 (#176) 2017-02-02 12:54:23 -08:00
.bowerrc
ChatSample.csproj Downgrade to stable packages 2017-02-15 14:23:11 -08:00
Program.cs apply license headers 2016-11-07 12:00:04 -08:00
Startup.cs Fixing build warning (#208) 2017-02-15 16:32:49 -08:00
appsettings.json
bower.json
bundleconfig.json
compilerconfig.json Clean up and TS client 2016-11-02 18:35:12 -07:00
compilerconfig.json.defaults
runtimeconfig.template.json Upgrade to VS 2017 (#176) 2017-02-02 12:54:23 -08:00
web.config