lifebeyondfife / Decider

An Open Source .Net Constraint Programming Solver
MIT License
150 stars 21 forks source link

Migrate build and configuration files to vscode #28

Closed lifebeyondfife closed 4 years ago

lifebeyondfife commented 4 years ago

The recommended toolchain has move on from Visual Studio to VS Code. The solution, project, and task runner configuration files have been recreated from scratch.

This is the first step in the line to automating the nuget package and publish tasks, as well as adding automated testing to the project to ensure breaking changes are not introduced upon commit.