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)