Skip to content

Version 1.11.0 seems to have a dependency to non-existing version of JetBrans.Annotations #1351

@HumanPrinter

Description

@HumanPrinter

Describe the bug

When running a unit test using WireMock.Net version 1.11.0, a System.IO.FileNotFoundException is being thrown when calling WireMockServer.Start()
The exception message is:

Could not load file or assembly 'JetBrains.Annotations, Version=4242.42.42.42, Culture=neutral, PublicKeyToken=1010a0d8d6380325'. The system cannot find the file specified.

Expected behavior:

WireMockServer.Start() should finish without exception as it did in version 1.10.1

Test to reproduce

Other related info

Target framework: .NET 8.0 (but .NET 9.0 gives the same error).
IDE: Visual Studio 2022 (but pipeline in Azure DevOps gives the same error)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions