ChangemakerStudios / serilog-sinks-mongodb

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

Replacing reserved characters in the key field of the Bson document. #40

Closed IcanBENCHurCAT closed 5 years ago

IcanBENCHurCAT commented 5 years ago

We have been dealing with the issue documented here

This has been tested to work in our dotnet core application.

IcanBENCHurCAT commented 5 years ago

@nblumhardt any chance you could take a look at this?

nblumhardt commented 5 years ago

LGTM! Thanks 👍

IcanBENCHurCAT commented 5 years ago

@nblumhardt Any idea when we can see this in a pre-release package? Trying to make some updates back to my team on the status of this bug in our product.

nblumhardt commented 5 years ago

Hi @IcanBENCHurCAT - this already went out as 4.0.0-dev-00068 - unfortunately the build numbering was wrong and so it shows up as an older release :-) ... I've just updated the version to 4.1 and kicked off a new build, hopefully that will be out shortly. Cheers!