Skip to content

Update README.md

Update README.md #1241

Triggered via pull request December 3, 2025 17:46
Status Success
Total duration 4m 22s
Artifacts

ci.yml

on: pull_request
Check code quality  /  Build & Test
1m 51s
Check code quality / Build & Test
Code linting
4m 3s
Code linting
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor/Components/CroppedCanvasReceiver.cs#L28
Non-nullable property 'CroppedCanvas' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor/Components/CropperComponent.razor.Commands.cs#L208
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/CroppedCanvasReceiver.cs#L28
Non-nullable property 'CroppedCanvas' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor/Components/CropperComponent.razor.Commands.cs#L208
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/CroppedCanvasReceiver.cs#L28
Non-nullable property 'CroppedCanvas' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor/Components/CropperComponent.razor.Commands.cs#L208
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#L335
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor.Shared/Attributes/SitemapUrlAttribute.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor.Shared/Extensions/MethodInfoExtensions.cs#L217
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor.Shared/Attributes/SitemapUrlAttribute.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.