-
Type: Task
-
Resolution: Done
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
When running on MACCATALYST, the dotnet runtime returns false for RuntimeInformation.IsOSPlatform(OSPlatform.OSX)
resulting in MongoDriver throwing an Exception when calling .GetCollection.
(in: OperatingSystemHelper.cs:line53)
Proposed solution:
else if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX) }}{{|| RuntimeInformation.IsOSPlatform(OSPlatform.Create("MACCATALYST"))