diff --git a/Test/AClass.cs b/Test/AClass.cs
index 3d6241d..1ed2f19 100644
--- a/Test/AClass.cs
+++ b/Test/AClass.cs
@@ -11,6 +11,7 @@
*/
namespace TestingDgmjrSdk;
+
/// This is a summary of the class.
public class AClass
{
diff --git a/Test/AnEnum.cs b/Test/AnEnum.cs
index 53fed7c..02ea4fe 100644
--- a/Test/AnEnum.cs
+++ b/Test/AnEnum.cs
@@ -1,16 +1,17 @@
-/*
+/*
* AnEnum.cs
- *
+ *
* Created: 2023-03-28-02:15:28
* Modified: 2023-03-28-03:18:18
- *
+ *
* Author: David G. Moore, Jr.
- *
+ *
* Copyright © 2022 - 2023 David G. Moore, Jr., All Rights Reserved
* License: MIT (https://opensource.org/licenses/MIT)
- */
-
+ */
+
namespace TestingDgmjrSdk;
+
using System.ComponentModel.DataAnnotations;
[GenerateEnumerationRecordStruct("AnEnumeration", "TestingDgmjrSdk")]
diff --git a/src/Build/GlobalUsings.cs b/src/Build/GlobalUsings.cs
index c9ce046..9a77aff 100644
--- a/src/Build/GlobalUsings.cs
+++ b/src/Build/GlobalUsings.cs
@@ -17,17 +17,29 @@
namespace Dgmjr { }
namespace System { }
+
namespace System.Collections.Generic { }
+
namespace System.Diagnostics { }
+
namespace System.IO { }
+
namespace System.Linq { }
+
namespace System.Linq.Expressions { }
+
namespace System.Reflection { }
+
namespace System.Security.Claims { }
+
namespace System.Text.RegularExpressions { }
+
namespace System.Threading { }
+
namespace System.Threading.Tasks { }
+
namespace System.Diagnostics.CodeAnalysis { }
+
namespace System.Net.Http { }
#pragma warning restore S3261 // Namespaces should not be empty