Skip to content

chore(scribe): log M24 planning session + Gambit hire

14e408e
Select commit
Loading
Failed to load commit list.
Closed

feat: M24 Ajax Toolkit milestone + Gambit (JS Interop Engineer) #427

chore(scribe): log M24 planning session + Gambit hire
14e408e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 14, 2026 in 5s

7 new alerts including 1 medium severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 medium

Other Alerts:

  • 6 warnings

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 73 in src/BlazorWebFormsComponents.Test/UnitImplicitConversionTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning test

This assignment to
unit
is useless, since its value is never read.

Check warning on line 43 in src/BlazorWebFormsComponents.Test/WebFormsPageBase/RenderModeGuardTests.razor

See this annotation in the file changed.

Code scanning / CodeQL

Useless upcast Warning test

There is no need to upcast from
null
to
HttpContext
- the conversion can be done implicitly.

Check warning on line 84 in src/BlazorWebFormsComponents.Test/WebFormsPageBase/RenderModeGuardTests.razor

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning test

This assignment to
result
is useless, since its value is never read.

Check warning on line 113 in src/BlazorWebFormsComponents.Test/WebFormsPageBase/RenderModeGuardTests.razor

See this annotation in the file changed.

Code scanning / CodeQL

Cookie 'Secure' attribute is not set to true Medium test

Cookie attribute 'Secure' is not set to true.

Check warning on line 28 in src/BlazorWebFormsComponents.Test/WebFormsPageBase/RequestShimTests.razor

See this annotation in the file changed.

Code scanning / CodeQL

Useless upcast Warning test

There is no need to upcast from
null
to
HttpContext
- the conversion can be done implicitly.

Check warning on line 93 in src/BlazorWebFormsComponents.Test/WebFormsPageBase/ResponseShimTests.razor

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning test

This assignment to
nav
is useless, since its value is never read.

Check warning on line 67 in src/BlazorWebFormsComponents.Test/WebFormsPageBase/ViewStateTests.razor

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning test

This assignment to
_
is useless, since its value is never read.