Skip to content

Commit

Permalink
BenMorris/NetArchTest#131 - Add support for all access modifiers: pub…
Browse files Browse the repository at this point in the history
…lic, internal, private, protected, private protected, protected internal
  • Loading branch information
NeVeSpl committed Nov 21, 2023
1 parent 045717a commit 1c260fb
Show file tree
Hide file tree
Showing 35 changed files with 1,436 additions and 1,088 deletions.
4 changes: 3 additions & 1 deletion src/NetArchTest.Rules/Assemblies/TypeSpec.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
using Mono.Cecil;
using System.Diagnostics;
using Mono.Cecil;

namespace NetArchTest.Assemblies
{
[DebuggerDisplay("TypeSpec: {FullName}")]
internal sealed class TypeSpec
{
public TypeDefinition Definition { get; }
Expand Down
308 changes: 0 additions & 308 deletions src/NetArchTest.Rules/Condition.Traits.cs

This file was deleted.

Loading

0 comments on commit 1c260fb

Please sign in to comment.