Bump Microsoft.AspNetCore.Components.WebAssembly from 9.0.10 to 9.0.13 #126
Annotations
1 error and 5 warnings
|
|
|
src/GardenLogWeb/Pages/HarvestGardenLayout/Components/RectGardenBedWithPlants.razor#L84
Argument of type '(GardenBedModel? GardenBed, MouseEventArgs e, double scrollX, double scrollY)' cannot be used for parameter 'arg' of type '(GardenBedModel, MouseEventArgs, double, double)' in 'Task EventCallback<(GardenBedModel, MouseEventArgs, double, double)>.InvokeAsync((GardenBedModel, MouseEventArgs, double, double) arg)' due to differences in the nullability of reference types.
|
|
src/GardenLogWeb/Pages/HarvestGardenLayout/Components/HarvestGardenLayout.razor#L74
Non-nullable field '_selectedGardenBed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/GardenLogWeb/Pages/HarvestGardenLayout/Components/HarvestGardenLayout.razor#L72
Non-nullable field '_popupPositionY' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/GardenLogWeb/Pages/HarvestGardenLayout/Components/HarvestGardenLayout.razor#L71
Non-nullable field '_popupPositionX' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/GardenLogWeb/Pages/HarvestGardenLayout/Components/HarvestGardenLayout.razor#L137
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading