== Why is this an issue? include::../description.adoc[] === Noncompliant code example [source,csharp] ---- bool b = true; NUnit.Framework.Assert.AreEqual(true, b); Xunit.Assert.NotSame(true, b); Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual(true, b); System.Diagnostics.Debug.Assert(true); ---- 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[]