include::../description.adoc[] == Noncompliant Code Example [source,vbnet] ---- Imports System.Reflection ' Noncompliant Namespace MyLibrary End Namespace ---- == Compliant Solution [source,vbnet] ---- Imports System.Reflection Namespace MyLibrary End Namespace ---- include::../see.adoc[] ifdef::env-github,rspecator-view[] ''' == Implementation Specification (visible only on this page) include::../message.adoc[] include::../highlighting.adoc[] endif::env-github,rspecator-view[]