mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Assembly version conflict .NET Core 3.1 on Microsoft.CodeAnalysis.CSharp #276
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zippermachine on GitHub (May 22, 2020).
Hello, I am writing tests and need to mock external API. My project is written for .NET Core 3.1 due to I try to use preview version of WireMock.Net 1.2.11-ci-13373 but I am unable to add preview version of nuget package to my project because of problem described bellow.
@StefH commented on GitHub (May 22, 2020):
This is a known issue (however not related to a preview version from WireMock.Net, this happens for the normal versions also):
Can you try this solution:
https://github.com/WireMock-Net/WireMock.Net/wiki/Conflict-on-Microsoft.CodeAnalysis.CSharp
@zippermachine commented on GitHub (May 22, 2020):
Thanks.