Skip to content

Conversation

@ericstj
Copy link
Member

@ericstj ericstj commented Sep 6, 2025

@ericstj
Copy link
Member Author

ericstj commented Sep 8, 2025

    Microsoft.Private.Winforms -> /__w/1/s/src/winforms/artifacts/bin/Microsoft.Private.Winforms/Release/net10.0/Microsoft.Private.Winforms.dll
  /__w/1/s/src/winforms/pkg/Microsoft.Private.Winforms/Microsoft.Private.Winforms.csproj(157,5): error : Unexpected build error: No packable references were found.
##[error]src/winforms/pkg/Microsoft.Private.Winforms/Microsoft.Private.Winforms.csproj(157,5): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Unexpected build error: No packable references were found.

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:

<ItemGroup Condition="'$(OS)' == 'Windows_NT'">

@ericstj
Copy link
Member Author

ericstj commented Sep 8, 2025

I guess we're not including the WindowsDesktop targeting pack in the SDK on linux. I'll update the condition here.

@ericstj ericstj enabled auto-merge (squash) September 10, 2025 15:12
@ericstj
Copy link
Member Author

ericstj commented Sep 10, 2025

/backport to release/10.0.1xx

@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

@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 128

Please backport manually!

@ericstj ericstj merged commit 3cfdaf8 into dotnet:main Sep 10, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

System.Drawing.Common missing from WindowsDesktop PackageOverrides.txt

2 participants