Skip to content

Commit 9c989b2

Browse files
Merge pull request #251 from pawlos/provide-docs
Provide Additional Information about ResideInAssembly Function
2 parents 7206d2f + beee760 commit 9c989b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ArchUnitNET/Fluent/Syntax/Elements/Types/GivenTypesThat.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ public TGivenRuleTypeConjunction ResideInNamespace(
177177
return Create<TGivenRuleTypeConjunction, TRuleType>(_ruleCreator);
178178
}
179179

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>
180184
public TGivenRuleTypeConjunction ResideInAssembly(
181185
string pattern,
182186
bool useRegularExpressions = false

0 commit comments

Comments
 (0)