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

Fix refout internal attribute constructor fatal exception #38873

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

Conversation

lukaszunity
Copy link

Fix issue with "FATAL UNHANDLED EXCEPTION" being thrown by Roslyn when using /refout and compiling C# code that uses a custom attribute with an internal constructor. The issue below contains more details.

Fixes issue #38444

Verifies that an reference assembly with an internal attribute constructor is emitted without errors.
Fixes issue with fatal KeyNotFoundException exception being thrown when emitting a reference assembly that uses a custom attribute with an internal constructor.
@lukaszunity lukaszunity requested a review from a team as a code owner September 26, 2019 08:35
@dnfclas
Copy link

dnfclas commented Sep 26, 2019

CLA assistant check
All CLA requirements met.

@jcouv jcouv added Area-Compilers Community The pull request was submitted by a contributor who is not a Microsoft employee. labels Sep 26, 2019
@RikkiGibson
Copy link
Contributor

Hi @lukaszunity, it looks like there are test failures in this PR. Please ping @dotnet/roslyn-compiler when they are fixed and we will review.

@jcouv jcouv added the PR For Personal Review Only The PR doesn’t require anyone other than the developer to review it. label Oct 16, 2019
Base automatically changed from master to main March 3, 2021 23:52
@sharwell sharwell marked this pull request as draft August 2, 2021 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Community The pull request was submitted by a contributor who is not a Microsoft employee. PR For Personal Review Only The PR doesn’t require anyone other than the developer to review it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants