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
Hello. In my application's environment, Environment.OSVersion.Platform is returning Unix on Mac, which is causing RegisterUriScheme to throw a "No such file or directory" exception. I have a separate way of detecting Windows, Mac, and Linux in my code and it would be nice if I could pass that into RegisterUriScheme.
The text was updated successfully, but these errors were encountered:
Hello. In my application's environment,
Environment.OSVersion.Platform
is returningUnix
on Mac, which is causing RegisterUriScheme to throw a "No such file or directory" exception. I have a separate way of detecting Windows, Mac, and Linux in my code and it would be nice if I could pass that into RegisterUriScheme.The text was updated successfully, but these errors were encountered: