TNG / ArchUnitNET

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

Loader: Match Types By Assembly Qualified Name #301

Closed alexanderlinne closed 2 months ago

alexanderlinne commented 2 months ago

Fixes #292, adding the ability to ArchBuilder and TypeRegistry to differentiate between types with the same full name but from different assemblies.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 65.41%. Comparing base (09fae24) to head (977dd7e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #301 +/- ## ========================================== + Coverage 65.37% 65.41% +0.04% ========================================== Files 254 254 Lines 22842 22853 +11 Branches 1938 1938 ========================================== + Hits 14932 14949 +17 + Misses 7368 7360 -8 - Partials 542 544 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.