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

Remove extraneous diagnostic #69830

Merged
merged 1 commit into from
May 26, 2022
Merged

Conversation

jkoritzinsky
Copy link
Member

Remove the extra diagnostic we emit when the compiler failed to parse the attribute. The C# compiler will already fail so just let it emit its diagnostics.

Fixes #69827

… the attribute. The C# compiler will already fail so just let it emit its diagnostics.


Fixes #69827
@jkoritzinsky jkoritzinsky added area-System.Runtime.InteropServices source-generator Indicates an issue with a source generator feature labels May 25, 2022
@ghost ghost assigned jkoritzinsky May 25, 2022
@ghost
Copy link

ghost commented May 25, 2022

Tagging subscribers to this area: @dotnet/interop-contrib
See info in area-owners.md if you want to be subscribed.

Issue Details

Remove the extra diagnostic we emit when the compiler failed to parse the attribute. The C# compiler will already fail so just let it emit its diagnostics.

Fixes #69827

Author: jkoritzinsky
Assignees: -
Labels:

area-System.Runtime.InteropServices, source-generator

Milestone: -

@elinor-fung
Copy link
Member

I'm cancelling the outerloop / jitstress / gcstress runs that were incorrectly triggered on this.

@jkoritzinsky
Copy link
Member Author

Failures are #69792

@jkoritzinsky jkoritzinsky merged commit 472050d into main May 26, 2022
@jkoritzinsky jkoritzinsky deleted the remove-extraneous-diagnostic branch May 26, 2022 17:29
@ghost ghost locked as resolved and limited conversation to collaborators Jun 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Runtime.InteropServices source-generator Indicates an issue with a source generator feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Strange error message from LibraryImport
4 participants