You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2024. It is now read-only.
Is this an issue related to the Serilog core project or one of the sinks or community projects.
This issue list is intended for Serilog Elasticsearch Sink issues. If this issue relates to another sink or to the code project,
please log on the related repository. Please use Gitter chat and Stack Overflow for discussions and questions.
Does this issue relate to a new feature or an existing bug?
Bug
New Feature
What version of Serilog.Sinks.Elasticsearch is affected? Please list the related NuGet package.
Serilog.Sinks.Elasticsearch 10.0.0
Before Serilog.Sinks.Elasticsearch 10.0.0, I worked with Serilog.Sinks.Elasticsearch 9.0.3 and Serilog.Sinks.MariaDB 1.0.1, and everything worked OK.
But when I upgraded to Serilog.Sinks.Elasticsearch 10.0.0, I started receiving the error:
"Could not load type 'Serilog.Sinks.MariaDB.Sinks.MariaDBSink' from assembly 'Serilog.Sinks.MariaDB, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null' because the parent type is sealed."
I didn't change anything else in my code except the upgrading of the version of Serilog.Sinks.Elasticsearch. When I downgraded Serilog.Sinks.Elasticsearch to version 9.0.3, again everything is working fine.
Please describe the expected behavior?
Serilog.Sinks.Elasticsearch 10.0.0 to work with Serilog.Sinks.MariaDB 1.0.1
If the current behavior is a bug, please provide the steps to reproduce the issue and if possible a minimal demo of the problem