From db60056992b5361cd38f8c0b8ada30a3be2ed115 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 22 Apr 2022 16:09:07 +0200 Subject: [PATCH] Updated Development Information (markdown) --- Development-Information.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Development-Information.md b/Development-Information.md index 1179f7e..1284a80 100644 --- a/Development-Information.md +++ b/Development-Information.md @@ -23,5 +23,17 @@ To build on **Linux** (_not tested yet..._) you need: - .NET Core 1.1 (https://www.microsoft.com/net/download/dotnet-core/1.1) - .NET Core 2.0 (https://www.microsoft.com/net/download/dotnet-core/2.0) +## Build info VSCode +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 + ## Coding Guidelines **todo** \ No newline at end of file