TimeService was not an interface; fixing double loading #21
Annotations
4 warnings
build:
StpFoodBlazor/StpFoodBlazor/Components/Pages/Deals.razor#L53
The field 'Deals.isInitialized' is assigned but its value is never used
|
build:
StpFoodBlazor/StpFoodBlazorTest/Services/TestTimeService.cs#L9
Nullability of reference types in return type of 'string? TestTimeService.GetDayOfWeek()' doesn't match implicitly implemented member 'string ITimeService.GetDayOfWeek()' (possibly because of nullability attributes).
|
build:
StpFoodBlazor/StpFoodBlazor/Components/Pages/Deals.razor#L53
The field 'Deals.isInitialized' is assigned but its value is never used
|
build:
StpFoodBlazor/StpFoodBlazorTest/Services/TestTimeService.cs#L9
Nullability of reference types in return type of 'string? TestTimeService.GetDayOfWeek()' doesn't match implicitly implemented member 'string ITimeService.GetDayOfWeek()' (possibly because of nullability attributes).
|