Closed NoahBPeterson closed 3 days ago
After reverting all changes to the last working commit, I built again, and found the issue persisted. I narrowed it down to yet another regression in the .NET SDK that broke Blazor. After creating a global.json that forces the Azure build pipeline to use 8.0.404
, it built successfully.
https://learn.microsoft.com/en-us/dotnet/core/tools/global-json https://github.com/dotnet/runtime/issues/109951
All usages of Fluxor in my Blazor project:
Unhandled exception rendering component: PlatformNotSupported_HybridGlobalization, HashCode System.PlatformNotSupportedException: PlatformNotSupported_HybridGlobalization, HashCode
This doesn't occur when building for Debug or Release, only when publishing, which may be compiling ahead of time.