1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00
Files
Radarr/src/NzbDrone.Core
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
..
2019-07-12 23:15:13 -04:00
2019-07-09 23:14:53 -04:00
2019-10-15 20:22:50 -04:00
2019-10-15 20:22:50 -04:00
2019-10-15 20:22:50 -04:00
2019-10-15 20:22:50 -04:00
2019-09-29 16:27:54 -04:00
2019-06-30 21:50:01 -04:00