Add live preview mode#116
Merged
Merged
Annotations
5 errors and 10 warnings
|
|
|
website/MyWebApp.Tests/SanitizationTests.cs#L80
There is no argument given that corresponds to the required parameter 'tokens' of 'AdminContentController.AdminContentController(ApplicationDbContext, LayoutService, ContentProcessingService, TokenRenderService)'
|
|
website/MyWebApp.Tests/SanitizationTests.cs#L45
There is no argument given that corresponds to the required parameter 'tokens' of 'AdminContentController.AdminContentController(ApplicationDbContext, LayoutService, ContentProcessingService, TokenRenderService)'
|
|
website/MyWebApp.Tests/SanitizationTests.cs#L80
There is no argument given that corresponds to the required parameter 'tokens' of 'AdminContentController.AdminContentController(ApplicationDbContext, LayoutService, ContentProcessingService, TokenRenderService)'
|
|
website/MyWebApp.Tests/SanitizationTests.cs#L45
There is no argument given that corresponds to the required parameter 'tokens' of 'AdminContentController.AdminContentController(ApplicationDbContext, LayoutService, ContentProcessingService, TokenRenderService)'
|
|
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)
|
|
website/MyWebApp/Services/CaptchaService.cs#L37
This call site is reachable on all platforms. 'SolidBrush' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
website/MyWebApp/Services/CaptchaService.cs#L33
This call site is reachable on all platforms. 'Graphics.Clear(Color)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
website/MyWebApp/Services/CaptchaService.cs#L45
This call site is reachable on all platforms. 'Image.Save(Stream, ImageFormat)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
website/MyWebApp/Views/AdminBlockTemplate/AddToPage.cshtml#L12
Dereference of a possibly null reference.
|
|
website/MyWebApp/Controllers/AdminPageSectionController.cs#L33
Dereference of a possibly null reference.
|
|
website/MyWebApp/Controllers/AdminPageSectionController.cs#L31
Dereference of a possibly null reference.
|
|
website/MyWebApp/Services/LayoutService.cs#L57
Dereference of a possibly null reference.
|
|
website/MyWebApp/Services/LayoutService.cs#L42
Dereference of a possibly null reference.
|
|
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.
|
The logs for this run have expired and are no longer available.
Loading