-
Notifications
You must be signed in to change notification settings - Fork 228
Add Winforms PackageOverrides to WindowsDesktop #2297
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
Conversation
That's interesting - I would have expected that we needed a full transport pack on linux since it has the references that go into the targeting pack, however I see all the references are conditioned out: dotnet/src/winforms/pkg/Microsoft.Private.Winforms/Microsoft.Private.Winforms.csproj Line 69 in 8374d8e
|
|
I guess we're not including the WindowsDesktop targeting pack in the SDK on linux. I'll update the condition here. |
|
/backport to release/10.0.1xx |
|
Started backporting to release/10.0.1xx: https://github.com/dotnet/dotnet/actions/runs/17618330091 |
|
@ericstj backporting to "release/10.0.1xx" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Add props file to transport package with packages and versions
Using index info to reconstruct a base tree...
M src/winforms/eng/Version.Details.props
M src/winforms/eng/Version.Details.xml
Falling back to patching base and 3-way merge...
Auto-merging src/winforms/eng/Version.Details.props
CONFLICT (content): Merge conflict in src/winforms/eng/Version.Details.props
Auto-merging src/winforms/eng/Version.Details.xml
CONFLICT (content): Merge conflict in src/winforms/eng/Version.Details.xml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 Add props file to transport package with packages and versions
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
Fixes dotnet/windowsdesktop#5244