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 c545c08 commit 2917b7cCopy full SHA for 2917b7c
src/BenchmarkDotNet/Helpers/DisposeAtProcessTermination.cs
@@ -5,7 +5,7 @@ namespace BenchmarkDotNet.Helpers
5
/// <summary>
6
/// Ensures that Dispose is called at termination of the Process.
7
/// </summary>
8
- public class DisposeAtProcessTermination : IDisposable
+ public abstract class DisposeAtProcessTermination : IDisposable
9
{
10
public DisposeAtProcessTermination()
11
0 commit comments