Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docfx/llvm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ are important factors to consider in the new library:
When dealing with native interop the concept of ownership is of critical importance. The underlying
resources are NOT controlled by a Garbage collector, and therefore require care to avoid access violations
and other app crash scenarios. This library aims to make that much easier by using IDisposable for these
scenarios. It is ***HIGHLY** recommended to use the [IDisposableAnalyzers](https://www.nuget.org/packages/IDisposableAnalyzers/)
scenarios. It is ***HIGHLY*** recommended to use the [IDisposableAnalyzers](https://www.nuget.org/packages/IDisposableAnalyzers/)
in ANY project that consumes this library. (It was/is used internally to find and fix issues across the
library that were tedious to identify otherwise).

Expand Down