You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port JetBrains' nullability annotations and clean-up code. (#2018)
* Make a helper method specific to .NET Standard 2.0.
* Enable nullable annotations and remove the JetBrains attributes.
* Update packages and use the SDK's analyzers.
* Use newer platform detection APIs when available.
* `IsMacOSX` -> `IsMacOS`
* `IsiOS` -> `IsIOS`
0 commit comments