|
|
|
|
|
by the_reven
1657 days ago
|
|
theres a build.ps1 file which I use to build. But to build .net all you really need to do is run a "dotnet build" within the project directory.
Easy way to play is to download visual studio 2022 community and fire it up that way.
However I do have some VSCode tasks.proj committed if you want to use VSCode instead.
I was using VSCode for a while, but debugging in VSCode isn't the best. |
|