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

Seal TraceSink #29

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Seal TraceSink #29

wants to merge 1 commit into from

Conversation

Numpsy
Copy link
Member

@Numpsy Numpsy commented Dec 1, 2024

Just what it says on the tin

@@ -20,7 +20,7 @@

namespace Serilog.Sinks.Trace;

class TraceSink : ILogEventSink
sealed class TraceSink : ILogEventSink
Copy link
Member Author

@Numpsy Numpsy Dec 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visual Studio is suggesting using a primary constructor here - are we doing those or leaving that at the 'traditional' style?

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

Successfully merging this pull request may close these issues.

1 participant