Skip to content

Commit 84e8020

Browse files
chore: commit suggestion
Co-authored-by: mak638 <134522763+mak638@users.noreply.github.com> Signed-off-by: Alexander Linne <alexander.linne@tngtech.com>
1 parent ea30bdb commit 84e8020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArchUnitNET/Loader/ArchBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public ArchBuilder()
4444
_architectureCache = ArchitectureCache.Instance;
4545
}
4646

47-
public IEnumerable<IType> Types => _architectureTypes.Select(pair => pair.Value);
47+
public IEnumerable<IType> Types => _architectureTypes.Values;
4848
public IEnumerable<Assembly> Assemblies => _assemblyRegistry.Assemblies;
4949
public IEnumerable<Namespace> Namespaces => _namespaceRegistry.Namespaces;
5050

0 commit comments

Comments
 (0)