Skip to content

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

@jackowild

Description

@jackowild

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions