Radarr/src/Radarr.Http
ta264 b5b43b8b3f Changed: Align GetValueOrDefault extension with netcore3.0 version
- netcore3.0 implements the extenion on IReadOnlyDictionary.
 - Dictionary implements both IReadonlyDictionary and IDictionary and
   so defining the extenion on both interfaces creates an ambiguous
   reference
 - IDictionary doesn't inherit from IReadOnlyDictionary

Either we have to add 'using NzbDrone.Common.Extenions;'
separately to resolve the ambiguity or we have to standardaize on only
having the extension on IReadOnlyDictionary.
2019-10-15 20:22:50 -04:00
..
Authentication Removed obsolete code. 2019-09-08 20:53:37 -04:00
ClientSchema Fixed: Backend Updates from Sonarr 2019-06-30 21:50:01 -04:00
ErrorManagement Updated Nancy to 2.0 2019-09-08 20:53:37 -04:00
Exceptions Updated Nancy to 2.0 2019-09-08 20:53:37 -04:00
Extensions Changed: Align GetValueOrDefault extension with netcore3.0 version 2019-10-15 20:22:50 -04:00
Frontend Fixed: All compiler warnings 2019-10-15 20:22:50 -04:00
Mapping New: Backend changes for new UI 2019-06-11 22:06:19 -04:00
REST Updated Nancy to 2.0 2019-09-08 20:53:37 -04:00
Validation New: Backend changes for new UI 2019-06-11 22:06:19 -04:00
PagingResource.cs New: Backend changes for new UI 2019-06-11 22:06:19 -04:00
PagingResourceFilter.cs New: Backend changes for new UI 2019-06-11 22:06:19 -04:00
Radarr.Http.csproj New: Multi target net framework 4.6.2 and net core 3.0 2019-10-15 20:22:50 -04:00
RadarrBootstrapper.cs Fixed third-party clients calling api without Accept header 2019-09-08 20:53:37 -04:00
RadarrModule.cs Updated Nancy to 2.0 2019-09-08 20:53:37 -04:00
RadarrRestModule.cs New: Backend changes for new UI 2019-06-11 22:06:19 -04:00
RadarrRestModuleWithSignalR.cs Fixed: Backend Updates from Sonarr 2019-06-30 21:50:01 -04:00
ResourceChangeMessage.cs New: Backend changes for new UI 2019-06-11 22:06:19 -04:00
TinyIoCNancyBootstrapper.cs Updated Nancy to 2.0 2019-09-08 20:53:37 -04:00