Modify S2930: Fix typo (#4608)
This commit is contained in:
parent
519c3bbd18
commit
398cc98f7c
@ -6,7 +6,7 @@ In addition, it's essential to manage other system resources besides memory. The
|
||||
|
||||
This rule keeps track of `private` fields and local variables of specific types that implement `IDisposable` or `IAsyncDisposable`. It identifies instances of these types that are not properly disposed, closed, aliased, returned, or passed to other methods. This applies to instances that are either directly created using the `new` operator or instantiated through a predefined list of factory methods.
|
||||
|
||||
Here is the list of the types tacked by this rule:
|
||||
Here is the list of the types tracked by this rule:
|
||||
|
||||
* `FluentAssertions.Execution.AssertionScope`
|
||||
* `System.Drawing.Bitmap`
|
||||
|
Loading…
x
Reference in New Issue
Block a user