Error: dotnet restore Fails with NullReferenceException in .NET SDK 9.0.100 During Docker Build
I'm trying to publish my project updated to .net9 to GitHub packages to later run on my Raspberry Pi 5. But I'm having these issues.
https://github.com/dotnet/sdk/issues/44841
Been stuck on this for the past 2 weeks, would be great if someone could check it out.
GitHub
Error: dotnet restore Fails with NullReferenceException in .NET SDK...
Describe the bug When attempting to build a Docker image for a .NET application using the .NET SDK 9.0.100 Docker image, the dotnet restore command fails with a System.NullReferenceException. The e...
2 Replies