-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Need to do an msbuild restore in order to be able to build the WindowsCommunityToolkit solution #3012
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
Comments
Thanks @agneszitte-nventive! @onovotny did we hear back from VS on this? Is there another item we can attach this to in a GitHub repo somewhere atm? |
@agneszitte-nventive did you have success building the project? Thanks |
@dj-fiorex we've had success with these instructions. Can you provide more details on the steps you took starting from cloning the repo? And what VS version do you have installed? |
@michael-hawker, I got the same errors has @dj-fiorex ,
msbuild /restoreErrors
|
@azchohfi @onovotny looks like it's complaining on some build command in a few places, E.g.:
Any ideas? @dj-fiorex @chan18 to confirm do you have the release build .NET Core 3 installed? |
|
Tagging to NuGet/Home#8388 |
Tested with VS 2019 16.5 Preview 1
Fixes #3012 working around NuGet/Home#8388
@dj-fiorex @chan18 sorry for the delay on this, the NuGet team was able to help us find a workaround to NuGet/Home#8388. Can you try re-cloning and running from just in VS 2019 and see if you're able to build now? If not, please let us know. Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Clone the latest version of the repo and try to build the solution.
A lot of restore errors in the output. (NuGet Warning NU1503)
Use dotnet restore and it's still the same.
Expected behavior
The solution is building without restore errors.
Workaround
To build the target, use msbuild to restore :
(Windows 10) In the search box on the taskbar, start typing the name of the tool, such as dev or developer command prompt.
Environment
Additional context
I think it's related to this issue: NuGet/Home#6665
The text was updated successfully, but these errors were encountered: