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.
2 parents 7206d2f + beee760 commit 9c989b2Copy full SHA for 9c989b2
ArchUnitNET/Fluent/Syntax/Elements/Types/GivenTypesThat.cs
@@ -177,6 +177,10 @@ public TGivenRuleTypeConjunction ResideInNamespace(
177
return Create<TGivenRuleTypeConjunction, TRuleType>(_ruleCreator);
178
}
179
180
+ /// <summary>Matches the types that reside in the assembly.</summary>
181
+ /// <param name="pattern">Name of the assembly to match.</param>
182
+ /// <param name="useRegularExpressions">Indicates if pattern shall be considered a regular expression.</param>
183
+ /// <remarks>In case of not using regular expression pattern has to be Assembly Full Name.</remarks>
184
public TGivenRuleTypeConjunction ResideInAssembly(
185
string pattern,
186
bool useRegularExpressions = false
0 commit comments