Skip to content

Fix section editor initialization #437

Fix section editor initialization

Fix section editor initialization #437

Triggered via pull request June 18, 2025 03:23
Status Success
Total duration 37s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: website/MyWebApp/Services/CaptchaService.cs#L38
This call site is reachable on all platforms. 'Graphics.DrawString(string?, Font, Brush, float, float)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: website/MyWebApp/Services/CaptchaService.cs#L42
This call site is reachable on all platforms. 'Pens.Silver' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: website/MyWebApp/Services/CaptchaService.cs#L34
This call site is reachable on all platforms. 'Font' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: website/MyWebApp/Services/CaptchaService.cs#L42
This call site is reachable on all platforms. 'Graphics.DrawLine(Pen, int, int, int, int)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: website/MyWebApp/Views/AdminBlockTemplate/AddToPage.cshtml#L12
Dereference of a possibly null reference.
build: website/MyWebApp/Controllers/AdminPageSectionController.cs#L33
Dereference of a possibly null reference.
build: website/MyWebApp/Controllers/AdminPageSectionController.cs#L31
Dereference of a possibly null reference.
build: website/MyWebApp/Services/LayoutService.cs#L57
Dereference of a possibly null reference.
build: website/MyWebApp/Services/LayoutService.cs#L42
Dereference of a possibly null reference.
build: website/MyWebApp/Services/FileLoggerProvider.cs#L41
Nullability in constraints for type parameter 'TState' of method 'FileLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.