1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-04 02:38:18 +00:00
Radarr/src/NzbDrone.Mono
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
..
Disk Changed: Align GetValueOrDefault extension with netcore3.0 version 2019-10-15 20:22:50 -04:00
EnvironmentInfo/VersionAdapters Moved Platform version determination to static 2019-10-15 20:22:50 -04:00
Radarr.Mono.csproj New: Multi target net framework 4.6.2 and net core 3.0 2019-10-15 20:22:50 -04:00