Skip to content

Fix refout internal attribute constructor fatal exception#38873

Draft
lukaszunity wants to merge 2 commits intodotnet:mainfrom
lukaszunity:fix-refout-internal-attribute-constructor-fatal-exception
Draft

Fix refout internal attribute constructor fatal exception#38873
lukaszunity wants to merge 2 commits intodotnet:mainfrom
lukaszunity:fix-refout-internal-attribute-constructor-fatal-exception

Conversation

@lukaszunity
Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown
Member

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