We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b45c1a commit 8bd18c1Copy full SHA for 8bd18c1
1 file changed
tests/PolylineAlgorithm.Abstraction.Tests/FakeLoggerFactory.cs
@@ -27,14 +27,11 @@ protected virtual void Dispose(bool disposing) {
27
28
}
29
30
- // TODO: free unmanaged resources (unmanaged objects) and override finalizer
31
- // TODO: set large fields to null
32
_isDisposed = true;
33
34
35
36
public void Dispose() {
37
- // Do not change this code. Put cleanup code in 'Dispose(bool disposing)' method
38
Dispose(disposing: true);
39
GC.SuppressFinalize(this);
40
0 commit comments