rspec/rules/S6677/resources-dotnet.adoc
github-actions[bot] 6fa7fbe87e
Create rule S6677: Named placeholders should be unique (#2584)
* Create rule S6677

* Specify rule

* Address comments

* Address comments 2

* Remove vbnet until it gets implemented

* Add logging tag

* Fix asciidoc parsing issue

---------

Co-authored-by: csaba-sagi-sonarsource <csaba-sagi-sonarsource@users.noreply.github.com>
Co-authored-by: Čaba Šagi <csaba.sagi@sonarsource.com>
Co-authored-by: Gregory Paidis <gregory.paidis@sonarsource.com>
2024-02-26 12:36:08 +01:00

9 lines
637 B
Plaintext

== Resources
=== Documentation
* Message Templates - https://messagetemplates.org/[Message template specification]
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/core/extensions/logging?tabs=command-line#log-message-template-formatting[Log message template formatting]
* NLog - https://github.com/NLog/NLog/wiki/How-to-use-structured-logging[How to use structured logging]
* Serilog - https://github.com/serilog/serilog/wiki/Structured-Data[Structured Data]
* Serilog - https://github.com/Suchiman/SerilogAnalyzer/blob/master/README.md#serilog005-unique-property-name-verifier[`Serilog005`: Unique Property Name Verifier]