snatch-dev / Pactify

Contract testing tool for .NET Core.
MIT License
52 stars 10 forks source link

Migrate to .NET Core 3.1 #12

Open GooRiOn opened 4 years ago

ddynamight commented 3 years ago

@GooRiOn I am trying out this in one of my projects and my provider test is failing. Could this be the issue? As I am currently working with .NET Core 3.1.

ddynamight commented 3 years ago

@GooRiOn I keep getting the below error.

Could not load type 'Context' from assembly 'Microsoft.AspNetCore.Hosting, Version=3.1.12.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.

Any pointers to resolve this???

ddynamight commented 3 years ago

@GooRiOn I was able to resolve the above by bumping Microsoft.AspNetCore.TestHost to Version 3.1.12