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 fbec197 commit 362a109Copy full SHA for 362a109
csharp/extractor/Semmle.Util/ToolStatusPage/DiagnosticsStream.cs
@@ -9,7 +9,7 @@ namespace Semmle.Util
9
/// A wrapper around an underlying <see cref="StreamWriter" /> which allows
10
/// <see cref="DiagnosticMessage" /> objects to be serialized to it.
11
/// </summary>
12
- public sealed class DiagnosticsStream : IDiagnosticsWriter, IDisposable
+ public sealed class DiagnosticsStream : IDiagnosticsWriter
13
{
14
private readonly JsonSerializer serializer;
15
private readonly StreamWriter writer;
0 commit comments