mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-23 16:58:27 +02:00
Created Building Project (markdown)
11
Building-Project.md
Normal file
11
Building-Project.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Build info
|
||||||
|
For building and running all code in VSCode:
|
||||||
|
|
||||||
|
- download nuget.exe from https://www.nuget.org/downloads
|
||||||
|
- copy nuget.exe to a folder which is listed in the path or just in c:\Windows
|
||||||
|
- go to the root from this project and run `nuget restore`
|
||||||
|
- all packages are now restored into the `WireMock.Net\packages` folder
|
||||||
|
|
||||||
|
### Note
|
||||||
|
An example project like `WireMock.Net.Console.Net452.Classic` still shows some red errors in VSCode, but you can just run `dotnet build`.
|
||||||
|
But you can just execute `.\bin\Debug\WireMock.Net.ConsoleApplication.exe` to run the application
|
||||||
Reference in New Issue
Block a user