TNG / ArchUnitNET

A C# architecture test library to specify and assert architecture rules in C# for automated testing.
Apache License 2.0
915 stars 60 forks source link

Added regex matching to slices. #276

Open springert-vega opened 3 months ago

springert-vega commented 3 months ago

Allows the creation of more specific slices using regex syntax. Types are grouped by appending all capture groups together.

Also added the ability to filter GivenSlices using .Where().

These features (especially if combined) allow a much more flexible usage of slices.