Closed alexanderlinne closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 65.43%. Comparing base (
717deb0
) to head (9a63b55
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Relates to #229. Compiler Attributes are currently filtered in the
ArchBuilder
but are still introduced to the architecture through theAddAttributesAndAttributeDependencies
load task.With this patch, the attributes
Microsoft.CodeAnalysis.EmbeddedAttribute
,System.Runtime.CompilerServices.NullableAttribute
andSystem.Runtime.CompilerServices.NullableContextAttribute
will also be filtered in that load task.