Azure Functions netcore3.1 adding Assemblies Nuget.Packaging not found exception #10915
Labels
Functionality:SDK
The NuGet client packages published to nuget.org
Resolution:External
This issue appears to be External to nuget
Nuget.Protocol 4.8.0.6 | Visual Studio 2019 16.9.5 | dotnet 3.1.15
Worked before NuGet version: Nuget.Protocol 4.7.3
I don't know if this issue is related to Azure Functions or Nuget itself but i'm trying to add some assemblies to the Azure Functions DLL library (Dependent on framework netcore3.1) :
This code fails with the following error on the services.AddMvc() call when adding everything :
I've also tried adding the dependency into the project for Nuget.Packaging without any success. Everything before 4.8 works like a charm, everything after crashes with the same error.
Thank you for any help on this and have a good day
The text was updated successfully, but these errors were encountered: