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

[release/6.0] Support assembly as message origin (#2212) #2220

Merged
merged 1 commit into from
Aug 24, 2021

Conversation

sbomer
Copy link
Member

@sbomer sbomer commented Aug 20, 2021

Backport of #2213 to release/6.0-rc1

Customer Impact

Linker will crash if types or members with DynamicallyAccessedMemberTypes are used in assembly attributes.

Testing

Unit tests

Risk

Low. The fix allows for the assembly as the source of linker diagnostics, which it didn't before.

* Support assembly as message origin

* Add tests

* Fix test failures

* Add missing file

* Update src/linker/Linker.Steps/MarkStep.cs

Co-authored-by: Mateo Torres-Ruiz <[email protected]>

Co-authored-by: Mateo Torres-Ruiz <[email protected]>
Copy link
Member

@vitek-karas vitek-karas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - are we going to push this to dotnet/runtime, or just dotnet/sdk? If just SDK, we should probably hold onto this for a bit until we integrate the IL processor fix to runtime and disable DARC.

Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. We should consider this for RC1/RC2

@agocke
Copy link
Member

agocke commented Aug 24, 2021

Merging -- we'll review this in the runtime integration PR

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.

4 participants