Placeholders (#55) #21
Annotations
10 warnings
Build:
StpFoodBlazor/StpFoodBlazor/Helpers/GiftCardFilter.cs#L15
Possible null reference argument for parameter 'giftcards' in 'GiftCard[] GiftCardFilter.FilterByExpiryDate(GiftCard[] giftcards)'.
|
Build:
StpFoodBlazor/StpFoodBlazor/Components/Pages/GiftCards.razor#L42
Possible null reference argument for parameter 'giftcards' in 'GiftCard[] GiftCardSorter.Sort(GiftCard[] giftcards)'.
|
Build:
StpFoodBlazor/StpFoodBlazor/Components/Layout/MainLayout.razor#L25
Non-nullable field 'uri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
StpFoodBlazor/StpFoodBlazor/Components/Layout/DealTableBody.razor#L36
Non-nullable property 'selectedDayOfWeek' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
StpFoodBlazor/StpFoodBlazor/Components/Pages/Deals.razor#L75
Possible null reference argument for parameter 'deals' in 'DealEvent[] DealSorter.Sort(DealEvent[] deals)'.
|
Build:
StpFoodBlazor/StpFoodBlazorTest/Layout/DealTableBodyTest.razor#L29
Cannot convert null literal to non-nullable reference type.
|
Build:
StpFoodBlazor/StpFoodBlazor/Helpers/GiftCardFilter.cs#L15
Possible null reference argument for parameter 'giftcards' in 'GiftCard[] GiftCardFilter.FilterByExpiryDate(GiftCard[] giftcards)'.
|
Build:
StpFoodBlazor/StpFoodBlazor/Components/Pages/GiftCards.razor#L42
Possible null reference argument for parameter 'giftcards' in 'GiftCard[] GiftCardSorter.Sort(GiftCard[] giftcards)'.
|
Build:
StpFoodBlazor/StpFoodBlazor/Components/Layout/MainLayout.razor#L25
Non-nullable field 'uri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
StpFoodBlazor/StpFoodBlazor/Components/Layout/DealTableBody.razor#L36
Non-nullable property 'selectedDayOfWeek' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading