Skip to content

Uno Extensions menu often missing from VS2022 #20545

Answered by dr1rrb
HakanL asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, so I think that we have found the issue. Working to provide a more robust fix, but also looking for something short term, is it possible that you do:

  1. Go to D:\_Cache\NuGet\uno.winui.devserver\6.1.0-dev.445\tools\rc\host\net9.0\
  2. Rename the file DevServer.Custom.Targets to DevServer.Custom.Impl.Targets
  3. Create a new file named DevServer.Custom.Targets with content:
    <Project>
        <Import Condition="'$(UsingUnoSdk)'!='true'" Project="$(MSBuildThisFileDirectory)/DevServer.Custom.Impl.Targets" />
    </Project>

Or run the script in a cmd:

cd D:\_Cache\NuGet\uno.winui.devserver\6.1.0-dev.445\tools\rc\host\net9.0\
move DevServer.Custom.Targets DevServer.Custom.Impl.Targets
echo ^<Project^>^<Im…

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
10 replies
@dr1rrb
Comment options

@HakanL
Comment options

@HakanL
Comment options

@dr1rrb
Comment options

Answer selected by HakanL
@HakanL
Comment options

@dr1rrb
Comment options

Comment options

You must be logged in to vote
1 reply
@HakanL
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants