Skip to content

Commit

Permalink
Run csharpier
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr committed Oct 1, 2023
1 parent 81f8c62 commit a3b9075
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
1 change: 1 addition & 0 deletions Test/AClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

namespace TestingDgmjrSdk;

/// <summary>This is a summary of the class.</summary>
public class AClass
{
Expand Down
13 changes: 7 additions & 6 deletions Test/AnEnum.cs
Original file line number Diff line number Diff line change
@@ -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. <[email protected]>
*
*
* 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")]
Expand Down
12 changes: 12 additions & 0 deletions src/Build/GlobalUsings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3b9075

Please sign in to comment.