Skip to content

Skip source gen DLLs in mono AOT#62518

Merged
akoeplinger merged 5 commits into
dotnet:mainfrom
agocke:skip-src-gen-dlls
Dec 9, 2021
Merged

Skip source gen DLLs in mono AOT#62518
akoeplinger merged 5 commits into
dotnet:mainfrom
agocke:skip-src-gen-dlls

Conversation

@agocke

@agocke agocke commented Dec 8, 2021

Copy link
Copy Markdown
Member

These appear to be failing because Microsoft.CodeAnalysis isn't present, but that's expected
behavior for source generators/analyzers, as they are plugins.

Fixes #62372

These appear to be failing because Microsoft.CodeAnalysis isn't present, but that's expected
behavior for source generators/analyzers, as they are plugins.
@ghost

ghost commented Dec 8, 2021

Copy link
Copy Markdown

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@agocke

agocke commented Dec 8, 2021

Copy link
Copy Markdown
Member Author

/azp run runtime-manual

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@agocke
agocke marked this pull request as ready for review December 9, 2021 06:50
@agocke
agocke requested a review from a team December 9, 2021 06:50
@agocke

agocke commented Dec 9, 2021

Copy link
Copy Markdown
Member Author

@jkoritzinsky I think this fixes #62372

@ghost

ghost commented Dec 9, 2021

Copy link
Copy Markdown

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

These appear to be failing because Microsoft.CodeAnalysis isn't present, but that's expected
behavior for source generators/analyzers, as they are plugins.

Author: agocke
Assignees: -
Labels:

area-Infrastructure-mono

Milestone: -

@akoeplinger
akoeplinger merged commit 6f46a09 into dotnet:main Dec 9, 2021
@akoeplinger

Copy link
Copy Markdown
Member

Thank you!

@agocke
agocke deleted the skip-src-gen-dlls branch December 9, 2021 18:42
@ghost ghost locked as resolved and limited conversation to collaborators Jan 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DllImportGenerator is failing in Mono llvmfullAOT

3 participants