Skip to content

Fix linter errors

Fix linter errors #971

Triggered via pull request August 2, 2024 22:48
Status Cancelled
Total duration 5m 8s
Artifacts

ci.yml

on: pull_request
Check code quality  /  Build & Test
1m 30s
Check code quality / Build & Test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Code linting
Canceling since a higher priority waiting request for 'Build, run tests, code linting-351' exists
Code linting
The operation was canceled.
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor/Components/CropperComponent.razor.cs#L685
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor/Components/CropperComponent.razor.cs#L685
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor.Shared/Extensions/MethodInfoExtensions.cs#L177
Cannot convert null literal to non-nullable reference type.
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor.Shared/Models/SitemapEntry.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor.Shared/Extensions/MethodInfoExtensions.cs#L112
Possible null reference argument for parameter 'value' in 'string MethodInfoExtensions.PresentDefaultValue(object value)'.
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor.Shared/Extensions/XmlDocumentationExtension.cs#L55
Possible null reference argument for parameter 'type' in 'string ConvertToCsharpSource(Type type)'.
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor.Shared/Extensions/XmlDocumentationExtension.cs#L135
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.