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
Backport of #43515 to release/7.0
/cc @MackinnonBuck@javiercn
# Fix linking issues
Fixes an issue reported by manual testing where Blazor WebAssembly projects created from the Individual Auth template throw an exception on page load after publishing.
## Description
The problem was already fixed in `main` by making `RemoteAuthenticationService` more linker friendly. From @javiercn's comment on the original issue:
> What was happening was that the linker was erasing the parameter names of the record we were using for serializing the data
Fixeshttps://github.com/aspnet/AspNetCore-ManualTests/issues/1556
## Customer Impact
Customers are likely to encounter this issue, especially since one of our project templates reproduces the bug. It's expected that our project templates should be ready to publish out of the box.
## Regression?
- [X] Yes
- [ ] No
Regressed from .NET 6.
## Risk
- [ ] High
- [ ] Medium
- [X] Low
The change only involves minor restructuring to enable linker-friendliness. There are no changes to any core functionality.
## Verification
- [X] Manual (required)
- [ ] Automated
## Packaging changes reviewed?
- [ ] Yes
- [ ] No
- [X] N/A
0 commit comments