Hello Kromtec contributors.
Firstly, thanks so much for your work on the Legends Viewer, I love it browsing my world with it.
I just wanted to report a small issue I found when setting up and using it;
During the Backend Setup step, I'm required to run two dotnet commands:
dotnet restore and dotnet run from the top level directory.
The restore command is fine. The run command fails to find the project, because we are at the top level. In actuality you have to run the command in the LegendsViewer.Backend directory, where the .csproj lives. This isn't mentioned in the ReadMe.
Granted, this could be a problem with my dotnet version not looking for a .csproj recursively or some such. Just wanted to flag it.
Great work. I hope to contribute some time.
Hello Kromtec contributors.
Firstly, thanks so much for your work on the Legends Viewer, I love it browsing my world with it.
I just wanted to report a small issue I found when setting up and using it;
During the Backend Setup step, I'm required to run two dotnet commands:
dotnet restoreanddotnet runfrom the top level directory.The restore command is fine. The run command fails to find the project, because we are at the top level. In actuality you have to run the command in the LegendsViewer.Backend directory, where the .csproj lives. This isn't mentioned in the ReadMe.
Granted, this could be a problem with my dotnet version not looking for a .csproj recursively or some such. Just wanted to flag it.
Great work. I hope to contribute some time.