You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)