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

offline tarball build fails because of Microsoft.WindowsDesktop.App.Ref reference #2987

Closed
MichaelSimons opened this issue Aug 12, 2022 · 3 comments
Assignees
Labels
area-prebuilts Reducing the number of prebuilt packages in the tarball

Comments

@MichaelSimons
Copy link
Member

Build fails with numerous errors like the following:

 /repos/tarball-broken/src/roslyn/artifacts/source-build/self/src/src/Compilers/Core/Portable/Microsoft.CodeAnalysis.csproj : error NU1101: Unable to find package Microsoft.WindowsDesktop.App.Ref. No packages exist with this id in source(s): prebuilt, previously-source-built, reference-packages, source-built [/repos/tarball-broken/src/roslyn/artifacts/source-build/self/src/Roslyn.sln]

Failing CI build (internal Microsoft link)

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@MichaelSimons
Copy link
Member Author

There are two version getting reported in the prebuilts report for roslyn

    <Usage Id="Microsoft.WindowsDesktop.App.Ref" Version="3.1.0" />
    <Usage Id="Microsoft.WindowsDesktop.App.Ref" Version="6.0.8" />

By inspecting the binlog, it appears the 6.0.8 version gets loaded by two project (CompilersBoundTreeGenerator and csc). I don't see where the 3.1.0 version comes from.

Given these are TFM6.0 related I am moving this to 7.0 RC2 where #2966 is expected to land.

@MichaelSimons MichaelSimons moved this from 7.0 RC1 to 7.0 RC2 in .NET Source Build Aug 12, 2022
@MichaelSimons MichaelSimons added area-prebuilts Reducing the number of prebuilt packages in the tarball and removed untriaged labels Aug 18, 2022
@MichaelSimons MichaelSimons moved this from 7.0 RC2 to Blocked in .NET Source Build Aug 25, 2022
@MichaelSimons
Copy link
Member Author

This was fixed with dotnet/roslyn#63598 but is waiting to flow in.

Repository owner moved this from Blocked to Done in .NET Source Build Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-prebuilts Reducing the number of prebuilt packages in the tarball
Projects
Archived in project
Development

No branches or pull requests

2 participants