File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ are important factors to consider in the new library:
64
64
When dealing with native interop the concept of ownership is of critical importance. The underlying
65
65
resources are NOT controlled by a Garbage collector, and therefore require care to avoid access violations
66
66
and other app crash scenarios. This library aims to make that much easier by using IDisposable for these
67
- scenarios. It is *** HIGHLY** recommended to use the [ IDisposableAnalyzers] ( https://www.nuget.org/packages/IDisposableAnalyzers/ )
67
+ scenarios. It is *** HIGHLY*** recommended to use the [ IDisposableAnalyzers] ( https://www.nuget.org/packages/IDisposableAnalyzers/ )
68
68
in ANY project that consumes this library. (It was/is used internally to find and fix issues across the
69
69
library that were tedious to identify otherwise).
70
70
You can’t perform that action at this time.
0 commit comments