Skip to content

Crop Zoom examples page updated #594

Crop Zoom examples page updated

Crop Zoom examples page updated #594

Triggered via push October 20, 2023 22:14
Status Failure
Total duration 11m 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build & Test: src/Cropper.Blazor/Cropper.Blazor/Components/CropperComponent.razor.cs#L627
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.
Build & Test: src/Cropper.Blazor/Cropper.Blazor/Components/CropperComponent.razor.cs#L627
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.
Build & Test: src/Cropper.Blazor/Client/Pages/CropperDemo.razor.cs#L25
'IBreakpointService' is obsolete: 'Use IBrowserViewportService instead. This will be removed in v7.'
Build & Test: src/Cropper.Blazor/Client/Models/DocsSectionLink.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Test: src/Cropper.Blazor/Client/Models/DocsSectionLink.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Test: src/Cropper.Blazor/Client/Models/DocsLink.cs#L5
Non-nullable property 'Href' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Test: src/Cropper.Blazor/Client/Models/DocsLink.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Test: src/Cropper.Blazor/Client/Models/DocsLink.cs#L7
Non-nullable property 'Group' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.