ArchUnitNET icon indicating copy to clipboard operation
ArchUnitNET copied to clipboard

A C# architecture test library to specify and assert architecture rules in C# for automated testing.

Results 78 ArchUnitNET issues
Sort by recently updated
recently updated
newest added

I've been playing with the library and encountered an issue with the above mentioned method. The signature of it is ResideInAssembly(string pattern, bool useRegularExpressions = false) So my assumption was...

kind/feature

I created a method that really simpilifies the verification of dependencies at the assembly level. You just need to write `var rule = Dependencies.Check(sourceAssembly, [targetAssembly1, targetAssembly2])`, call `rule.Check` and you're...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v3.25.6` -> `v3.25.11` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dotnet-sdk](https://togithub.com/dotnet/sdk) | action | patch | `8.0.300` -> `8.0.302` | |...

i use the example code, and then run unittest, it show this error ![image](https://github.com/TNG/ArchUnitNET/assets/171106776/b7f4e0ec-a836-410c-864a-25adffb3a886)

kind/support

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | minor | `v4.4.1` -> `v4.5.0` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | patch | `v4.1.6` -> `v4.1.7` | ---...

Hi, Just want to know whether it's possible to verify any given extension methods are being called on `IServiceColletion` in the `Program.cs` file? e.g in the Program.cs ``` var builder...

This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch...

Hello, Since the last release, you've merged a critical fix for me (https://github.com/TNG/ArchUnitNET/pull/312). I tested it from the main branch, and I'm now waiting for the NuGet package to proceed...