79125697

Date: 2024-10-25 12:39:08
Score: 1
Natty:
Report link

I created a sample Blazor web assembly application in .net 6 and then upgraded it to .net 8 got the similar errors while deploying it to Azure App Service.

Mostly, the error you've encountered occurs because of the NuGet packages, that are different in both the versions.

Thank you, @Akif T, for the clear explanation. I referred to this doc to know how to migrate from .NET 6 to .NET 8.

After doing the above changes I was able deploy the application to Azure Web App without any issues.

enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Akif
  • Low reputation (0.5):
Posted by: Sirra Sneha