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

NU1102: Unable to find package Microsoft.Azure.Functions.Worker.Core with version (>= 1.19.0) #2650

Closed
pregress opened this issue Aug 7, 2024 · 5 comments

Comments

@pregress
Copy link

pregress commented Aug 7, 2024

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:

error NU1102: Unable to find package Microsoft.Azure.Functions.Worker.Core with version (>= 1.19.0)

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

<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.22.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.EventHubs" Version="6.3.3" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.3.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.2" />
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.2.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageReference Include="AspNetCore.HealthChecks.Azure.Data.Tables" Version="8.0.1" />
<PackageReference Include="AspNetCore.HealthChecks.Publisher.ApplicationInsights" Version="8.0.1" />
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="8.0.1" />
<PackageReference Include="Azure.Data.Tables" Version="12.9.0" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.4" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
@pregress pregress added the potential-bug Items opened using the bug report template, not yet triaged and confirmed as a bug label Aug 7, 2024
@snvector
Copy link

snvector commented Aug 7, 2024

I am experiencing the same issue. After updating to the latest version of Microsoft.Azure.Functions.Worker.ApplicationInsights (1.3.0). error NU1102: Unable to find package Microsoft.Azure.Functions.Worker.Core with version (>= 1.19.0)
Could it be that someone forgot to deploy the dependent package? 😂

@jamo-semler
Copy link

+1 - Same for us

@kshyju
Copy link
Member

kshyju commented Aug 7, 2024

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 kshyju added Needs: Author Feedback and removed Needs: Triage (Functions) potential-bug Items opened using the bug report template, not yet triaged and confirmed as a bug labels Aug 7, 2024
@pregress
Copy link
Author

pregress commented Aug 8, 2024

@kshyju Whats steps are taken to prevent this in the future?

And yes, are builds succeed again

@RohitRanjanMS
Copy link
Member

We were in the process of releasing it, and it was awaiting signing.

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

No branches or pull requests

5 participants