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

Better support for dotnet commands. #1188

Merged
merged 3 commits into from
Feb 27, 2024
Merged

Better support for dotnet commands. #1188

merged 3 commits into from
Feb 27, 2024

Conversation

belav
Copy link
Owner

@belav belav commented Feb 24, 2024

This makes use RiderDotNetActiveRuntimeHost to find the path to the dotnet exe, and sets DOTNET_ROOT where appropriate. This should remove any need for the PATH to be correct.

closes #893

@belav
Copy link
Owner Author

belav commented Feb 24, 2024

@JSanchezIO I made changes to hopefully remove any PATH issues from Rider. VSCode was having PATH issues for some users, possibly because it never got the changes you had made to Rider.

When updating Rider with similar changes I was reminded that you had fixed the PATH issues on OSX. If you have a chance, would you be able to make sure https://github.com/belav/csharpier/releases/tag/rider-1.6.0-beta works on OSX? Everything is good on windows, and I have an Ubuntu setup I can test them on.

@belav belav marked this pull request as ready for review February 27, 2024 01:27
@belav belav merged commit be54f7d into main Feb 27, 2024
3 checks passed
@belav belav deleted the rider-better-dotnet branch February 27, 2024 01:30
@belav
Copy link
Owner Author

belav commented Feb 27, 2024

Tested this on ubuntu and I believe it is good.

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.

Plugins - better support for dotnet tool commands
1 participant