Skip to content

Bump the dotnet group in /src/Cropper.Blazor with 7 updates #1043

Bump the dotnet group in /src/Cropper.Blazor with 7 updates

Bump the dotnet group in /src/Cropper.Blazor with 7 updates #1043

Triggered via pull request September 2, 2024 12:52
Status Cancelled
Total duration 2m 57s
Artifacts

ci.yml

on: pull_request
Check code quality  /  Build & Test
1m 26s
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-382' exists
Code linting
The operation was canceled.
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.
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#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/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/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.UnitTests/Services/LoadCropperModule_Should.cs#L22
Non-nullable field '_cropperJsInterop' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Check code quality / Build & Test: src/Cropper.Blazor/Cropper.Blazor.UnitTests/Models/CroppedCanvas_Should.cs#L19
Possible null reference argument for parameter 'jsRuntimeObjectRef' in 'CroppedCanvas.CroppedCanvas(IJSObjectReference jsRuntimeObjectRef)'.