Crop Zoom examples page updated #594
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/Extensions/NavigationManagerExtensions.cs#L20
Possible null reference return.
|
Build & Test:
src/Cropper.Blazor/Client/Extensions/NavigationManagerExtensions.cs#L34
Possible null reference return.
|
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.
|