diff --git a/ArchUnitNET/ArchUnitNET.csproj b/ArchUnitNET/ArchUnitNET.csproj index cea267d4..226550ea 100644 --- a/ArchUnitNET/ArchUnitNET.csproj +++ b/ArchUnitNET/ArchUnitNET.csproj @@ -16,6 +16,7 @@ true snupkg README.md + true diff --git a/ArchUnitNET/Fluent/Syntax/Elements/Types/GivenTypesThat.cs b/ArchUnitNET/Fluent/Syntax/Elements/Types/GivenTypesThat.cs index ec0035f0..68748778 100644 --- a/ArchUnitNET/Fluent/Syntax/Elements/Types/GivenTypesThat.cs +++ b/ArchUnitNET/Fluent/Syntax/Elements/Types/GivenTypesThat.cs @@ -183,6 +183,10 @@ public TGivenRuleTypeConjunction ResideInNamespace( return Create(_ruleCreator); } + /// Matches the types that reside in the assembly. + /// Name of the assembly to match. + /// Indicates if pattern shall be considered a regular expression. + /// In case of not using regular expression pattern has to be Assembly Full Name. public TGivenRuleTypeConjunction ResideInAssembly( string pattern, bool useRegularExpressions = false