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
@@ -264,7 +264,7 @@ Blazor now properly supports MathML elements in interactive rendering. MathML el
264
264
265
265
ThisfixensuresthatMathMLcontentrenderscorrectlyinbrowserswhenaddeddynamicallythroughBlazor's renderer, resolving issues where MathML elements were previously being created as regular HTML elements without the proper namespace.
266
266
267
-
## BL0010 analyzer for JSInterop
267
+
## Analyzer for JavaScript interop void returns
268
268
269
269
AnewBlazoranalyzer (BL0010) hasbeenaddedthatrecommendsusing `InvokeVoidAsync` insteadof `InvokeAsync<object>` whencallingJavaScriptfunctionsthatdon't return values. This analyzer helps developers write more efficient JSInterop code.
0 commit comments