https://github.com/Keegz51/CBIBFinal
There are no instructions to build/compile/run/use, and I'm unable to get it to run. I'm using the latest version of MS VS Code with C# Extension, please help!
https://github.com/Keegz51/CBIBFinal
There are no instructions to build/compile/run/use, and I'm unable to get it to run. I'm using the latest version of MS VS Code with C# Extension, please help!
You need to download the project
Install .NET Core (https://www.microsoft.com/net/learn/get-started-with-dotnet-tutorial)
Go to the root folder of the project (where .sln is located).
run 'dotnet restore' via a command line, terminal or powershell, it will install external packages
run 'dotnet run', it will launch the solution
or run 'dotnet build' if you just want to generate dll or exe from the project. On the command result, you'll find the path of the generation result.
You should install Microsoft Visual Studio 2017, it's easier to work with .NET Core