Regen word data #144
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/Pages/WordPage.razor#L61
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
|
test:
My1kWordsEe/Components/Pages/WordPage.razor#L77
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
|
test:
My1kWordsEe/Components/Pages/WordPage.razor#L87
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
|
test:
My1kWordsEe/Components/Pages/Games/TranslateToEnGamePage.razor#L17
Non-nullable field 'Game' 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#L43
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
|
test:
My1kWordsEe/Components/Pages/FavoritesPage.razor#L53
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
|
test:
My1kWordsEe/Services/Ai/OpenAiClient.cs#L35
Possible null reference argument for parameter 'key' in 'ApiKeyCredential.implicit operator ApiKeyCredential(string key)'.
|
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#L78
Converting null literal or possible null value to non-nullable type.
|