main
chore : Remove unwanted `using` statement (#39176)
Add warning and code fix suggestion for non-public `[JSInvokable]` methods (#67137)
Add BL0013 analyzer: detect missing `AuthenticationStateChanged` subscription (#67383)
[Blazor] Update BL0007 diagnostic to provide clearer guidance on component parameter patterns (#63812)
Fix Blazor [Parameter] public code fix handling of multiple access modifiers (#67365)
Add For Loop Analyzer for variables used in closures. (#67228)
[Blazor] Add BL0010 analyzer: Recommend InvokeVoidAsync over InvokeAsync<object> (#64623)
Adding analyzer to warn about JSInterop calls not wrapped in a try catch block (#67900)
Razor Component endpoint implementation (#47117)
[Blazor] Implement property analyzer for [PersistentState] attribute (#63236)
Adding StateHasChanged analyzer to flag unnecessary calls. (#67176)
[Blazor] Add analyzer to warn when SupplyParameterFromForm properties have non-default initializers (#63110)
Virtualization `AnchorMode` with for variable-height support (#66262)