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

Akka.Persistence.MongoDB does not work with .NET Core 3 #90

Closed
jackowild opened this issue Oct 14, 2019 · 3 comments
Closed

Akka.Persistence.MongoDB does not work with .NET Core 3 #90

jackowild opened this issue Oct 14, 2019 · 3 comments
Assignees
Milestone

Comments

@jackowild
Copy link
Contributor

Unfortunately the version of the MongoDB plugin used in this project does not work with .NET Core 3.

When running a project targeting .NET Core 3, there are BsonClassMap initializer exceptions as described here https://jira.mongodb.org/browse/CSHARP-2595.

A fix went into v2.8.1 of the MongoDB plugin but they dropped support for .NET 4.5 which this project currently supports.

Should we drop support for 4.5 and increase to 4.5.2 like the MongoDB plugin? @Aaronontheweb this is probably a question for you.

PS a workaround is to add a nuget reference to the latest MongoDB plugin in your project.

@Aaronontheweb Aaronontheweb self-assigned this Oct 14, 2019
@Aaronontheweb
Copy link
Member

@jackowild hmmmm.... I'll see about getting this thing bumped to run off of the latest v1.4.0-beta builds, including .NET Standard 2.0 targeting moving forward.

@Aaronontheweb
Copy link
Member

Actually, a better fix is just moving onto .NET 4.5.2 for this project for the time being.

@Aaronontheweb
Copy link
Member

Resolved via #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants