Skip to content

Commit 90b3541

Browse files
authored
Rename section to reflect analyzer purpose instead of error code (#10238)
1 parent ef7ef43 commit 90b3541

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

release-notes/11.0/preview/preview1/aspnetcore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Here's a summary of what's new in ASP.NET Core in this preview release:
1010
- [`GetUriWithHash()` extension method](#geturiwithhash-extension-method)
1111
- [BasePath component](#basepath-component)
1212
- [MathML namespace support](#mathml-namespace-support)
13-
- [BL0010 analyzer for JSInterop](#bl0010-analyzer-for-jsinterop)
13+
- [Analyzer for JavaScript interop void returns](#analyzer-for-javascript-interop-void-returns)
1414
- [`IComponentPropertyActivator` for custom property injection](#icomponentpropertyactivator-for-custom-property-injection)
1515
- [SignalR `ConfigureConnection` for Interactive Server components](#signalr-configureconnection-for-interactive-server-components)
1616
- [Improved Blazor reconnection experience](#improved-blazor-reconnection-experience)
@@ -264,7 +264,7 @@ Blazor now properly supports MathML elements in interactive rendering. MathML el
264264

265265
This fix ensures that MathML content renders correctly in browsers when added dynamically through Blazor's renderer, resolving issues where MathML elements were previously being created as regular HTML elements without the proper namespace.
266266

267-
## BL0010 analyzer for JSInterop
267+
## Analyzer for JavaScript interop void returns
268268

269269
A new Blazor analyzer (BL0010) has been added that recommends using `InvokeVoidAsync` instead of `InvokeAsync<object>` when calling JavaScript functions that don't return values. This analyzer helps developers write more efficient JSInterop code.
270270

0 commit comments

Comments
 (0)