rspec/rules/S4583/resources-dotnet.adoc
Cristian Ambrosini dafa102cc0
Modify rule S4583: Update to LaYC (#2185)
## Review

A dedicated reviewer checked the rule description successfully for:

- [ ] logical errors and incorrect information
- [ ] information gaps and missing content
- [ ] text style and tone
- [ ] PR summary and labels follow [the
guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule)
2023-06-14 15:44:31 +02:00

9 lines
668 B
Plaintext

== Resources
=== Documentation
* https://learn.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/calling-synchronous-methods-asynchronously[Calling Synchronous Methods Asynchronously]
* https://learn.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/asynchronous-programming-using-delegates[Asynchronous Programming Using Delegates]
* https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.begininvoke[BeginInvoke()]
* https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.endinvoke[EndInvoke()]
* https://learn.microsoft.com/en-us/dotnet/api/system.asynccallback[AsyncCallback Delegate]