Skip to content

Manifest DllImportSourceGenerator as a generator - #62836

Merged
jkoritzinsky merged 1 commit into
dotnet:mainfrom
MichalStrehovsky:fix62372
Dec 15, 2021
Merged

Manifest DllImportSourceGenerator as a generator#62836
jkoritzinsky merged 1 commit into
dotnet:mainfrom
MichalStrehovsky:fix62372

Conversation

@MichalStrehovsky

Copy link
Copy Markdown
Member

The libraries build infra normally does this automatically but the interop source generator doesn't follow the path convention.

Without this manifestation, the build considers the generator part of framework and it gets binplaced into places where it shouldn't be.

Fixes#62372.

The libraries build infra normally does this automatically but the interop source generator doesn't follow the path convention.
Without this manifestation, the build considers the generator part of framework and it gets binplaced into places where it shouldn't be.
Fixesdotnet#62372.
@jkoritzinsky
jkoritzinsky merged commit 4733c70 into dotnet:mainDec 15, 2021
@MichalStrehovsky
MichalStrehovsky deleted the fix62372 branch December 15, 2021 22:04
@ghostghost locked as resolved and limited conversation to collaborators Jan 15, 2022
Sign up for freeto 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

2 participants

@MichalStrehovsky@jkoritzinsky