Helpful links don't work in .NET Core #88
Labels
bug
Something isn't working
dotnet core
This issue affects the .NET Core build only
good first issue
Good for newcomers
These are absolutely fine when using .NET Framework.
This is due to using
Process.Start(url)
to launch those websites in a browser. In .NET Core, an exception occurs:Either it is trying to open the url as a file, or it does not find a browser to launch them. Should be a fairly common scenario and with a searchable solution.
The text was updated successfully, but these errors were encountered: