rspec/rules/S1163/resources-dotnet.adoc
2023-06-12 09:22:59 +02:00

7 lines
410 B
Plaintext

== Resources
=== Documentation
* https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/exceptions/[Exceptions and Exception Handling]
* https://learn.microsoft.com/en-us/dotnet/standard/exceptions/how-to-use-finally-blocks[Finally blocks]
* https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/exceptions/how-to-execute-cleanup-code-using-finally[How to execute cleanup code using finally]