rspec/rules/S1048/resources-dotnet.adoc
2023-07-05 13:49:21 +02:00

9 lines
689 B
Plaintext

== Resources
=== Documentation
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/fundamentals[Fundamentals of garbage collection]
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/unmanaged[Cleaning up unmanaged resources]
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/implementing-dispose[Implement a Dispose method]
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.safehandle[`SafeHandle` Class]
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/api/system.idisposable.dispose[`IDisposable.Dispose` Method]