jellyfin/MediaBrowser.Common
Mark Monteiro 05ab61200a Do not call UseContentRoot() on the web host builder
This call has nothing to do with static web content and should not have ever been called with the web content path: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/?view=aspnetcore-3.1&tabs=windows#content-root
Since this call is removed, the ContentRoot property is also removed from ApplicationHost as it is no longer needed.
Finally, move validation of the static content path to the DashboardService where it is actually used.
2020-03-15 17:42:57 +01:00
..
Configuration Do not call UseContentRoot() on the web host builder 2020-03-15 17:42:57 +01:00
Cryptography More warnings (removed) 2019-12-11 00:13:57 +01:00
Events More warnings (removed) 2019-12-11 00:13:57 +01:00
Extensions Add tests for alpha numeric sorting 2020-03-05 00:54:46 +01:00
Json Preformance!!! 2019-12-22 22:21:41 +01:00
Net More warnings (removed) 2019-12-11 00:13:57 +01:00
Plugins Apply suggestions from code review 2019-12-19 22:01:05 +01:00
Progress More warnings (removed) 2019-12-11 00:13:57 +01:00
Properties Adjusted AssemblyCopyright attribute values. 2019-03-14 22:17:56 +01:00
Providers More warnings (removed) 2019-12-11 00:13:57 +01:00
System More warnings (removed) 2019-12-11 00:13:57 +01:00
Updates More warnings (removed) 2019-12-11 00:13:57 +01:00
Hex.cs Apply suggestions from code review 2019-12-19 22:01:05 +01:00
IApplicationHost.cs Do not save a reference to the startup config in ApplicationHost 2020-02-28 23:28:15 +01:00
MediaBrowser.Common.csproj Add NuGet reference to config abstractions in MediaBrowser.Common project 2020-03-01 12:10:32 +01:00