Getting 500.30 for no appeanant reasons
using: Azure app services
Stack: Asp.Net 6 API, C#
I sometimes do deployments changing a variable or even as small as changing a condition to look for something. which result in 500.30 errors from azure. When that happened recently i went into the dev console and ran the .exe file from the .Net app and i saw error there systemFileIOException: Could not load file or assembly 'Microsoft.Extensions.Primitives 8.0.0.0 (along those lines), i had this once and adding like below in the csproj file worked but now it happened again, and al already have that line in so im not sure what this means?
<PackageReference Include="Microsoft.Extensions.Primitives" Version="8.0.0" />