rspec/rules/S3453/resources-dotnet.adoc
Sebastien Marichal e92bc0b003
Modify rule S3453: LaYC format (#2334)
## 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-30 15:34:50 +02:00

10 lines
737 B
Plaintext

== Resources
=== Documentation
* S1118 - https://rules.sonarsource.com/csharp/RSPEC-1118[Utility classes should not have public constructors]
* 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/standard/native-interop/pinvoke[Platform Invoke (P/Invoke)]
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/enumeration-classes-over-enum-types[Use enumeration classes instead of enum types]
* Wikipedia - https://en.wikipedia.org/wiki/Dead_code[Dead code]
* Wikipedia - https://en.wikipedia.org/wiki/Singleton_pattern[Singleton pattern]