rspec/rules/S927/csharp/rule.adoc

15 lines
557 B
Plaintext
Raw Normal View History

2023-06-09 16:17:40 +02:00
:compliantCode: csharp/compliant-code.adoc
:noncompliantCode: csharp/noncompliant-code.adoc
:methodSignatureLine: https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/methods#method-signatures
2023-06-09 16:17:40 +02:00
include::../why-dotnet.adoc[]
2020-06-30 12:50:59 +02:00
2023-06-09 16:17:40 +02:00
== Resources
2020-06-30 12:50:59 +02:00
2023-06-09 16:17:40 +02:00
=== Documentation
2020-06-30 12:50:59 +02:00
2023-06-09 16:17:40 +02:00
* https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/methods#method-signatures[Method signatures in C#]
* https://en.wikipedia.org/wiki/Type_signature#Method_signature[Method signatures - Wiki]
2020-06-30 12:50:59 +02:00
2023-06-09 16:17:40 +02:00
include::../rspecator-dotnet.adoc[]