Got version 3.1.0 of the NuGet package and tried to use it with my net standard unit tests that are running on my MacBook. Whatever you call, you will get the following Exception:
NotImplementedException: This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.
Is there a way to use this package with my net standard unit tests?
Got version 3.1.0 of the NuGet package and tried to use it with my net standard unit tests that are running on my MacBook. Whatever you call, you will get the following Exception:
Is there a way to use this package with my net standard unit tests?