TNG / ArchUnitNET

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

fill the ReferencedAssemblyNames property for all loaded assemblies #311 #319

Open made-by-karl opened 1 month ago

made-by-karl commented 1 month ago

ArchBuilder always adds the names of referenced assemblies from the AssemblyDefinition.MainModule.AssemblyReferences property.

Resolves #311

Signed-off-by: Karl Rhenius mail@made-by-karl.de

codecov-commenter commented 2 days ago

Codecov Report

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

Project coverage is 65.44%. Comparing base (3175492) to head (995e609).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #319 +/- ## ======================================= Coverage 65.43% 65.44% ======================================= Files 256 256 Lines 22946 22946 Branches 1949 1948 -1 ======================================= + Hits 15015 15016 +1 + Misses 7378 7377 -1 Partials 553 553 ```

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


🚨 Try these New Features:

alexanderlinne commented 2 days ago

Hi @made-by-karl, thank you for your PR. Could you fix the code formatting? I've already created another PR that will fix the issue with the windows build