Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict between Embedded Event Store and latest client #53

Open
rastrup opened this issue Feb 3, 2022 · 1 comment
Open

Conflict between Embedded Event Store and latest client #53

rastrup opened this issue Feb 3, 2022 · 1 comment
Labels
wontfix This will not be worked on

Comments

@rastrup
Copy link

rastrup commented Feb 3, 2022

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

@ylorph
Copy link
Contributor

ylorph commented Jul 18, 2022

@rastrup we no longer support the embedded client .
As an alternative you can use docker : that's what we use for our own tests .

@ylorph ylorph added the wontfix This will not be worked on label Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants