-
Notifications
You must be signed in to change notification settings - Fork 533
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
VerifyVersionsTask in XamarinBuildDownload #9617
Comments
What NuGet package are you trying to consume that is causing this error? I don't see any |
i have updated all my nuget packages to androidx from support. everything is running well, but i get this error and i do not know what is wrong. I thought maybe u could help me, by pointing to a nuget package that is used to find "VerifyVersionstask". i have been converting a project from vs2022 to net maui. i think i have all my code ready for final compilation, but i can not get by this error. i do not know where to look to find the solution. I found this "VerifyVersionsTask" code in a dll file , but it does not point to any other files?? any help would be great. |
You might want to try creating a new project from a template and adding your NuGet packages one at a time until you find the one that causes it to break. |
This issue has been moved from a ticket on Developer Community.
[regression] [worked-in:maui]
The "VerifyVersionsTask" task could not be loaded from the assembly C:\Users\joepuhich.nuget\packages\xamarin.build.download\0.11.4\build\Xamarin.Build.Download.dll. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
Original Comments
Feedback Bot on 12/1/2024, 06:41 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
joe puhich on 12/3/2024, 00:33 PM:
Build started at 12:29 PM…
1>------ Build started: Project: Zl1800phone, Configuration: Debug Any CPU ------
1>C:\Users\joepuhich\source\repos\Zl1800phone_XXXXX_tops_two2\Zl1800phone.csproj(70,3): error MSB4062: The “VerifyVersionsTask” task could not be loaded from the assembly C:\Users\joepuhich.nuget\packages\xamarin.build.download\0.11.4\build\Xamarin.Build.Download.dll. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
1>Done building project “Zl1800phone.csproj” – FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 12:29 PM and took 04.532 seconds ==========
========== Deploy: 0 succeeded, 0 failed, 0 skipped ==========
========== Deploy completed at 12:29 PM and took 04.534 seconds ==========
The text was updated successfully, but these errors were encountered: