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
Trying to run the assembly tests on WASM, I faced some failures related to Interop.Sys.* methods invocation. In particular, I'm observing it for System.Net.NetworkInformation:
<failure exception-type="System.EntryPointNotFoundException">
<message><![CDATA[System.EntryPointNotFoundException : SystemNative_EnumerateInterfaceAddresses assembly:<unknown assembly> type:<unknown type> member:(null)]]></message>
<stack-trace><![CDATA[ at System.Net.NetworkInformation.UnixIPGlobalProperties.GetUnicastAddresses()
at System.Net.NetworkInformation.Tests.IPGlobalPropertiesTest.GetUnicastAddresses_NotEmpty()
--- End of stack trace from previous location ---]]></stack-trace>
</failure>
Even though, this particular case doesn't make much sense on browser (the entire System.Net.NetworkInformation will be PNSE),
Interop.Sys.* can be used in some other places.
The text was updated successfully, but these errors were encountered:
Trying to run the assembly tests on WASM, I faced some failures related to Interop.Sys.* methods invocation. In particular, I'm observing it for System.Net.NetworkInformation:
Even though, this particular case doesn't make much sense on browser (the entire System.Net.NetworkInformation will be PNSE),
Interop.Sys.* can be used in some other places.
The text was updated successfully, but these errors were encountered: