Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

made-by-karl
Copy link

@made-by-karl made-by-karl commented Oct 25, 2024

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

Resolves #311

Signed-off-by: Karl Rhenius [email protected]

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@           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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@alexanderlinne
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ArchUnit does not load the names of referenced assemblies for dependent / recursively loaded assemblies
3 participants