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:
6464When dealing with native interop the concept of ownership is of critical importance. The underlying
6565resources are NOT controlled by a Garbage collector, and therefore require care to avoid access violations
6666and 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/ )
6868in ANY project that consumes this library. (It was/is used internally to find and fix issues across the
6969library that were tedious to identify otherwise).
7070
You can’t perform that action at this time.
0 commit comments