ArchUnitNET
ArchUnitNET copied to clipboard
A C# architecture test library to specify and assert architecture rules in C# for automated testing.
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...
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...
[](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` | ---...
[](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 
[](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` | ---...
[](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...