We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea30bdb commit 84e8020Copy full SHA for 84e8020
ArchUnitNET/Loader/ArchBuilder.cs
@@ -44,7 +44,7 @@ public ArchBuilder()
44
_architectureCache = ArchitectureCache.Instance;
45
}
46
47
- public IEnumerable<IType> Types => _architectureTypes.Select(pair => pair.Value);
+ public IEnumerable<IType> Types => _architectureTypes.Values;
48
public IEnumerable<Assembly> Assemblies => _assemblyRegistry.Assemblies;
49
public IEnumerable<Namespace> Namespaces => _namespaceRegistry.Namespaces;
50
0 commit comments