79241807

Date: 2024-12-01 14:48:23
Score: 1.5
Natty:
Report link

I upgrade a Web App from .NET 6 to .NET 8 and ran into the same issue - precisely the same error message.

I updated Nuget packages related to Microsoft.AspNetCore (components, razor runtime, etc.) to the latest version 8 (8.0.11 at this time), and as suggest by @Darkseal I also added the System.Security.Cryptography.Pkcs version 8.0.1.

This resolved the issue.

Nuget Package Manager Screenshot

Reasons:
  • No code block (0.5):
  • User mentioned (1): @Darkseal
Posted by: Jim Speaker