-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Not Needed
-
The C# BSON creates a ObjectId value with a call to System.Diagnostics.Process.GetCurrentProcess().Id. The Blazor Webassembly framework does not support calls to Process.GetCurrentProcess() (see here and here and here).
Are there any plans to fix this?
- is related to
-
CSHARP-3755 ObjectId serialization to JSON fails with PlatformNotSupportedException (Web Assembly)
- Closed