Skip to content

feat(cli): compile page code-behind safely

e4ba87d
Select commit
Loading
Failed to load commit list.
Open

feat(cli): compile page code-behind safely #545

feat(cli): compile page code-behind safely
e4ba87d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 29, 2026 in 4s

2 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 247 in src/BlazorWebFormsComponents/WebFormsPageBase.cs

See this annotation in the file changed.

Code scanning / CodeQL

Misleading indentation Warning

Missing braces? Inspect indentation of
the control flow successor
.

Check notice on line 356 in src/BlazorWebFormsComponents/WebFormsPageBase.cs

See this annotation in the file changed.

Code scanning / CodeQL

Poor error handling: empty catch block Note

Poor error handling: empty catch block.