EventStore.Client NuGet package updated from 21.2.0 to 21.2.2.
Testprojects relying on EventStore.Client.Embedded 20.6.0 starts to fail with the following error during test:
OneTimeSetUp: System.TypeLoadException : Type 'EventStore.ClientAPI.Embedded.EventStoreEmbeddedNodeConnection' from assembly 'EventStore.ClientAPI.Embedded, Version=20.6.0.0, Culture=neutral, PublicKeyToken=null' is attempting to implement an inaccessible interface.
Exception doesn't have a stacktrace
Framework .Net 6
Visual Studio 2022
Testframework NUnit