TNG / ArchUnitNET

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

Fix attribute argument bug #114

Closed brandhuf closed 3 years ago

brandhuf commented 3 years ago

Fix a bug where Attributes with null as argument could lead to an ArgumentNullException during build of the architecture. This implements and fixes the testcase from PR #110