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

Loader: Match Types By Assembly Qualified Name #301

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

alexanderlinne
Copy link
Collaborator

@alexanderlinne alexanderlinne commented Sep 4, 2024

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

@alexanderlinne alexanderlinne force-pushed the 292-missing-classes-in-architecture branch from a7e3237 to af2ba60 Compare September 4, 2024 04:50
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

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

@fgather fgather merged commit 1bfa1e6 into main Sep 4, 2024
9 checks passed
@fgather fgather deleted the 292-missing-classes-in-architecture branch September 4, 2024 09:36
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.

Missing Classes in Architecture
3 participants