Update README.md #165
Annotations
11 warnings
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test:
My1kWordsEe/Components/Layout/GameComposite.razor#L26
Non-nullable property 'CurrentSlide' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test:
My1kWordsEe/Components/Layout/GameComposite.razor#L17
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test:
My1kWordsEe/Models/Ee1kWords.cs#L79
Converting null literal or possible null value to non-nullable type.
|
test:
My1kWordsEe/Models/Ee1kWords.cs#L80
Possible null reference argument for parameter 'utf8Json' in 'SampleWord[]? JsonSerializer.Deserialize<SampleWord[]>(Stream utf8Json, JsonSerializerOptions? options = null)'.
|
test:
My1kWordsEe/Models/Ee1kWords.cs#L80
Possible null reference return.
|
test:
My1kWordsEe/Components/Pages/FavoritesPage.razor#L43
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
|
test:
My1kWordsEe/Models/Games/GameComposite.cs#L5
Non-nullable field 'gameSlides' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
test:
My1kWordsEe/Components/Pages/FavoritesPage.razor#L53
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
|
test:
My1kWordsEe/Components/Pages/WordPage.razor#L62
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
|
test:
My1kWordsEe/Components/Pages/WordPage.razor#L78
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
|