pact-workshop-dotnet-core-v1 icon indicating copy to clipboard operation
pact-workshop-dotnet-core-v1 copied to clipboard

A workshop for Pact using .NET Core

Results 8 pact-workshop-dotnet-core-v1 issues
Sort by recently updated
recently updated
newest added

When targetting netcoreapp3.1 in the workshop project, using the prescribed Startup file from the workshop along with the ProviderStateMiddleware leads to an error at the following call: **jsonRequestBody = reader.ReadToEnd();**...

Thanks so much for this workshop, it seems very popular! It would be great to have the workshop upgraded to match the latest "canonical" standard: https://github.com/pact-foundation/pact-workshop-js. Would you also be...

Getting error when I try to run consumer test using "dotnet test" after Step 3.3.2 Appreciate any help to fix this issue- \YourSolution\Consumer\tests> dotnet test Build started, please wait... Build...

There is a lot of goo.gl URL links in the readme. Since Google has shut down the URL shorner service the links will become inaccessible by April 2020. Need to...

**Getting below error while running dotnet test command for consumer tests** D:\pact-workshop-dotnet-core-v1-master\pact-workshop-dotnet-core-v1-master\YourSolution\Consumer\tests>dotnet test Build started, please wait... Build completed. Test run for D:\pact-workshop-dotnet-core-v1-master\pact-workshop-dotnet-core-v1-master\YourSolution\Consumer\tests\bin\Debug\netcoreapp2.2\tests.dll(.NETCoreApp,Version=v2.2) Microsoft (R) Test Execution Command Line Tool...

Hello Firstly thanks for a great resource, it has been very helpful. I have a suggestion. When you run the provider tests, you suggest running the api using `dotnet run`...

In cases where the provider state needs to be set prior to the test (For instance when an entity needs to exist in the database with a specific id), what...

Had some issues trying to run YourSolution/Provider/src... Application startup exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AspNetCore.Routing, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified. Add using...