-
Notifications
You must be signed in to change notification settings - Fork 199
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
Create Microsoft.DotNet.ILCompiler.LLVM.props #2203
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to understand why the EmitLegacyAssetsFileItems
workaround did not work.
Do you have a binlog of the failure?
You can add if you do not specify |
I see. In the current state of things, this is "intentional", Once we merge enough of upstream this will, of course, change.
This is concerning. Am I correct this means this change doesn't fix the publishing as-is, and you need to override |
I put snippet in the original comment to PR. That’s all what’s needed. |
Okay, I will need some time to internalize how the SDK-driven publishing works. The goal would of course be that the user doesn't need to override anything manually. |
I hope that my suggestion dotnet/runtime#73678 (comment) would be approved. That’s all what we need from what I see. And we are have default experience “as documented”. |
Missing bit fo dotnet#2196 You would still required to have ``` <KnownILCompilerPack Update="Microsoft.DotNet.ILCompiler" TargetFramework="net7.0" ILCompilerPackNamePattern="runtime.**RID**.Microsoft.DotNet.ILCompiler.LLVM" ILCompilerPackVersion="7.0.0-preview.5.23113.1" ILCompilerRuntimeIdentifiers="browser-wasm;linux-musl-x64;linux-x64;win-x64;linux-arm;linux-arm64;linux-musl-arm;linux-musl-arm64;osx-arm64;osx-x64;win-arm;win-arm64;win-x86" /> ```
@SingleAccretion I think we can safely merge this, since it works in 2 places 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
Sorry for the wait; the logic flow here was not straightforward to untangle.
Missing bit fo #2196
You would still required to have