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

Version 9 does not work with Serilog.Sinks.PeriodicBatching 4.0.0 #196

Closed
sergey-messer opened this issue Apr 1, 2024 · 3 comments
Closed
Assignees
Labels

Comments

@sergey-messer
Copy link

Try to add
Serilog.Sinks.Udp 9
Serilog.Sinks.Mail 3 (with dependence Serilog.Sinks.PeriodicBatching >=4.0.0)
in same project

Get Exception

Could not load type 'Serilog.Sinks.Udp.Private.BatchingSink' from assembly 'Serilog.Sinks.Udp, Version=9.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10' because the parent type is sealed.

Copy link
Contributor

github-actions bot commented Apr 1, 2024

Hi there and welcome to this repository!

A maintainer will be with you shortly, but first and foremost I would like to thank you for taking the time to report this issue. Quality is of the highest priority for us, and we would never release anything with known defects. We aim to do our best but unfortunately you are here because you encountered something we didn't expect. Lets see if we can figure out what went wrong and provide a remedy for it.

@FantasticFiasco
Copy link
Owner

Thanks for reporting this. The reason is probably that I haven't updated Serilog.Sinks.PeriodicBatching for a while. Will look into it.

@FantasticFiasco
Copy link
Owner

I've published a new version that will fix this issue, see v10.0.0.

Thanks for reporting it!

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

No branches or pull requests

2 participants