We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192f0cc commit 99c3a2eCopy full SHA for 99c3a2e
src/Serilog.Sinks.XUnit.Injectable/InjectableTestOutputSink.cs
@@ -11,7 +11,7 @@
11
namespace Serilog.Sinks.XUnit.Injectable;
12
13
/// <inheritdoc cref="IInjectableTestOutputSink"/>
14
-public class InjectableTestOutputSink : IInjectableTestOutputSink
+public sealed class InjectableTestOutputSink : IInjectableTestOutputSink
15
{
16
private readonly Stack<LogEvent> _cachedLogEvents;
17
private readonly MessageTemplateTextFormatter _textFormatter;
0 commit comments