Artak
Artak
@jaredpar should this be moved to the razor repo ?
@Shane32 you mentioned that removing the `ReferenceAssemblies` reference is a workaround. Why do you need that reference in the first place?
Thanks for additional details. Given the limitations that you're facing we recommend you take reference to specific packages that you need instead.
Thanks for contacting us. What's happening in this case, is that the html that is being rendered doesn't comply with the HTML specification, and the browser tries to correct it...
Thank you, @lyndaidaii. @halter73 can you please review the text for the package? Thanks!
Thank you for filing this issue. In order for us to investigate this issue, please provide [a minimalistic repro project](https://github.com/dotnet/aspnetcore/blob/main/docs/repro.md) that illustrates the problem.
@javiercn any recommendation regarding this one? Is this an important step that is required to run as part of the build, or can it be skipped on this particular platform?
@mthalman, @MichaelSimons do you know if this distro is something we MUST support or not?
Bringing https://github.com/dotnet/aspnetcore/issues/31877 into the current milestone as @MackinnonBuck 's investigation leads us to believe that this work will bring substantial benefits to startup perf.
Thanks for contacting us. Can you try to inject an `AuthenticationStateProvider` instance to the component and query it in your `OnInitialized` method to see what is the current Authentication state....