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 0a47fbe commit f2575ebCopy full SHA for f2575eb
ArchUnitNET/Fluent/Syntax/Elements/Types/GivenTypesThat.cs
@@ -138,7 +138,7 @@ public TGivenRuleTypeConjunction ResideInNamespace(string fullName)
138
public TGivenRuleTypeConjunction ResideInNamespaceMatching(string pattern)
139
{
140
_ruleCreator.AddPredicate(
141
- TypePredicatesDefinition<TRuleType>.ResideInNamespace(pattern)
+ TypePredicatesDefinition<TRuleType>.ResideInNamespaceMatching(pattern)
142
);
143
return Create<TGivenRuleTypeConjunction, TRuleType>(_ruleCreator);
144
}
0 commit comments