31 lines
429 B
Plaintext
Raw Permalink Normal View History

== Why is this an issue?
2023-02-02 13:56:32 +01:00
include::../description.adoc[]
=== Noncompliant code example
2023-02-02 13:56:32 +01:00
[source,csharp]
----
[Obsolete] // Noncompliant
void Method()
{
// ..
}
----
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
'''
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]