Skip to content

Commit

Permalink
chore: commit suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: mak638 <[email protected]>
Signed-off-by: Alexander Linne <[email protected]>
  • Loading branch information
alexanderlinne and mak638 committed Apr 12, 2024
1 parent ea30bdb commit 84e8020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArchUnitNET/Loader/ArchBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public ArchBuilder()
_architectureCache = ArchitectureCache.Instance;
}

public IEnumerable<IType> Types => _architectureTypes.Select(pair => pair.Value);
public IEnumerable<IType> Types => _architectureTypes.Values;
public IEnumerable<Assembly> Assemblies => _assemblyRegistry.Assemblies;
public IEnumerable<Namespace> Namespaces => _namespaceRegistry.Namespaces;

Expand Down

0 comments on commit 84e8020

Please sign in to comment.