Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix for Application.Instance.Open(url) not working in .net core #1695

Merged
merged 4 commits into from
May 26, 2020
Merged

Hotfix for Application.Instance.Open(url) not working in .net core #1695

merged 4 commits into from
May 26, 2020

Conversation

piersdeseilligny
Copy link
Contributor

This is a small hotfix for Application.Instance.Open() not working when fed a URL on WPF, WinForms, and GTK with .net core.

The bug results from a breaking change in .NET Core, where UseShellExecute is false by default, as opposed to true on .net framework (source). This pull request explicitly sets it to true, ensuring that it'll work no matter the framework.

@cwensley
Copy link
Member

Hey @piersdeseilligny, awesome! Thanks for the fix!

@cwensley cwensley merged commit 626d6f4 into picoe:develop May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants