Issue 489 · Week of May 20, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

Package validation broken in docker builds with errors NU3028 and NU3037 · Issue #10491 · NuGet/Home

Read full article Discuss
Currently restoring any Microsoft packages within the official Docker images is broken and logging NU3028 restore failures: FROM mcr.microsoft.com/dotnet/sdk:5.0 WORKDIR /src RUN dotnet new razor -...