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

Manifest DllImportSourceGenerator as a generator #62836

Merged
merged 1 commit into from
Dec 15, 2021

Conversation

MichalStrehovsky
Copy link
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.

Fixes dotnet#62372.
@jkoritzinsky jkoritzinsky merged commit 4733c70 into dotnet:main Dec 15, 2021
@MichalStrehovsky MichalStrehovsky deleted the fix62372 branch December 15, 2021 22:04
@ghost ghost locked as resolved and limited conversation to collaborators Jan 15, 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
2 participants