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

[8.0.7] Updating from 8.0.4 to latest bootstrap breaks the solution #819

Closed
DierkDroth opened this issue Jan 11, 2024 · 2 comments · Fixed by #820
Closed

[8.0.7] Updating from 8.0.4 to latest bootstrap breaks the solution #819

DierkDroth opened this issue Jan 11, 2024 · 2 comments · Fixed by #820

Comments

@DierkDroth
Copy link

@jeromelaban when updating to latest bootstrap as per screenshot below I now get this error when building the solution. Same error when cleaning the solution.

9>C:\Users\dierk\.nuget\packages\uno.wasm.bootstrap\8.0.7\build\Uno.Wasm.Bootstrap.targets(313,3): error MSB4036: The "RemoveDirTask_vb743e89e9a0a9c81a4f7ed2b35cad4f3c88ee67d" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Current\Bin\amd64" directory.
9>Done building project "Unusual.Wasm.csproj" -- FAILED.

Any idea what's going wrong?

image image
@jeromelaban
Copy link
Member

Thanks for the report. There's a missing target that we'll add soon. You can keep using 8.0.4 in the meantime.

@DierkDroth
Copy link
Author

@jeromelaban thanks for your quick reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants