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

Completely Filter Compiler Attributes from Architecture #305

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

Conversation

alexanderlinne
Copy link
Collaborator

Relates to #229. Compiler Attributes are currently filtered in the ArchBuilder but are still introduced to the architecture through the AddAttributesAndAttributeDependencies load task.

With this patch, the attributes Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.NullableAttribute and System.Runtime.CompilerServices.NullableContextAttribute will also be filtered in that load task.

@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.42%. Comparing base (bba7065) to head (acf1f20).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #305      +/-   ##
==========================================
+ Coverage   65.41%   65.42%   +0.01%     
==========================================
  Files         254      254              
  Lines       22853    22860       +7     
  Branches     1938     1939       +1     
==========================================
+ Hits        14949    14956       +7     
  Misses       7360     7360              
  Partials      544      544              

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

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.

2 participants