You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: System.Security.Cryptography.Algorithms is not supported on this platform.
System.PlatformNotSupportedException: System.Security.Cryptography.Algorithms is not supported on this platform.
at System.Security.Cryptography.RSA.Create()
Describe the bug
Exception occurs when call RSA.Create() under Blazor web assembly project targets net5.0.
To Reproduce
Exceptions (if any)
Further technical details
dotnet --info
VS2019 16.8.0 Preview 3.0
The text was updated successfully, but these errors were encountered: