jmrog / vscode-nuget-package-manager

An extension for Visual Studio Code that lets you easily add or remove .NET Core 1.1+ package references to/from your project's .csproj file using Code's Command Palette.
MIT License
34 stars 17 forks source link

TODO: Add more automation for building/testing #7

Closed jmrog closed 7 years ago

jmrog commented 7 years ago

Right now, the testing process is clunky and needs to be done with manual intervention (e.g., generating JSON mocks from XML mocks, moving files from one directory to another, etc.). It would be best for this to be automated.

jmrog commented 7 years ago

Closed by #13.