-
Notifications
You must be signed in to change notification settings - Fork 184
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
NU1102: Unable to find package Microsoft.Azure.Functions.Worker.Core with version (>= 1.19.0) #2650
Comments
I am experiencing the same issue. After updating to the latest version of Microsoft.Azure.Functions.Worker.ApplicationInsights (1.3.0). |
+1 - Same for us |
Microsoft.Azure.Functions.Worker.Core version 1.19.0 is now available on NuGet Gallery. If you encounter any further issues, please let us know. Thank you for your patience. |
@kshyju Whats steps are taken to prevent this in the future? And yes, are builds succeed again |
We were in the process of releasing it, and it was awaiting signing. |
Description
This PR introduces an error after a nuget update:
#2638 (comment)
Nuget currently doesn't have version >=1.19 of https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Core/
Hence builds fail with:
After a package upgrade of Microsoft.Azure.Functions.Worker.ApplicationInsights 1.2.0 -> 1.3.0
The fact that PR's can be merged in this repo without any pipeline verifying changes stuns me.
Steps to reproduce
Build a function with the latest version of Microsoft.Azure.Functions.Worker.ApplicationInsights (1.3.0)
Our references
The text was updated successfully, but these errors were encountered: