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

VerifyVersionsTask in XamarinBuildDownload #9617

Open
vsfeedback opened this issue Dec 12, 2024 · 2 comments
Open

VerifyVersionsTask in XamarinBuildDownload #9617

vsfeedback opened this issue Dec 12, 2024 · 2 comments
Assignees
Labels
need-attention A xamarin-android contributor needs to review

Comments

@vsfeedback
Copy link

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 ==========

@dotnet-policy-service dotnet-policy-service bot added the needs-triage Issues that need to be assigned. label Dec 12, 2024
@jpobst
Copy link
Contributor

jpobst commented Dec 13, 2024

What NuGet package are you trying to consume that is causing this error?

I don't see any VerifyVersionsTask in Xamarin.Build.Download, so it seems like maybe the NuGet you are trying to use is broken?

https://github.com/dotnet/android-libraries/tree/main/util/Xamarin.Build.Download/source/Xamarin.Build.Download

@jpobst jpobst self-assigned this Dec 13, 2024
@jpobst jpobst added need-info Issues that need more information from the author. and removed needs-triage Issues that need to be assigned. labels Dec 13, 2024
@joepuhich
Copy link

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.

@dotnet-policy-service dotnet-policy-service bot added need-attention A xamarin-android contributor needs to review and removed need-info Issues that need more information from the author. labels Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-attention A xamarin-android contributor needs to review
Projects
None yet
Development

No branches or pull requests

3 participants