ChangemakerStudios / serilog-sinks-mongodb

A sink for Serilog that writes events to MongoDB
Apache License 2.0
92 stars 53 forks source link

Incompatible with Mongo release 2.28.0 due to strongly named assembly #89

Closed aj-scram closed 1 month ago

aj-scram commented 1 month ago

Strongly named assembly was introduced in Mongo.Bson 2.28.0 and its created a breaking change, such that this package can no longer be consumed.

see:

Could you update and do a new release please?

Jaben commented 1 month ago

Released v6.0 right now -- should fix it.