From 5bd77ed45b1fa1c3ede3ce7a18e6930497819f74 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 2 Mar 2022 08:14:43 +0100 Subject: [PATCH] Created Building Project (markdown) --- Building-Project.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Building-Project.md diff --git a/Building-Project.md b/Building-Project.md new file mode 100644 index 0000000..c97c14a --- /dev/null +++ b/Building-Project.md @@ -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 \ No newline at end of file