#region "Header" not created
Status: Beta
Brought to you by:
jamesnies
If you do not have any import statements in a vb.net class or interface, the #region "Header" region is not created. It appears that the arranger is looking for comments at the top of the class but also trying to use import statements to determine if it is a header region. If no import statements are in the class, the header region is not created. If you add an import statement, such as Imports System then re-run NArrange the header region will be created.