ScalarVector1 / DragonLens

Modern, customizable, and community-driven debugging and cheat mod for TModLoader
26 stars 14 forks source link

Use OS-Specific dotnet Path #4

Closed steviegt6 closed 1 year ago

steviegt6 commented 1 year ago

See my comment in DragonLens.csproj for finer details of the problem and solution.

The Problem

Editors such as Rider do not automatically handle paths like Visual Studio does, so launching with dotnet on Windows will not work because the file is actually dotnet.exe.

The Solution

Check the current operating system and change the path accordingly (done in the project file).

ScalarVector1 commented 1 year ago

This seems like something that should go up to https://github.com/tModLoader/tModLoader