Skip to content

Regen word data

Regen word data #142

Triggered via pull request December 5, 2024 17:55
Status Success
Total duration 1m 44s
Artifacts

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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#L108
Found markup element with unexpected name 'Spinner'. If this is intended to be a component, add a @using directive for its namespace.
test: My1kWordsEe/Components/Pages/WordPage.razor#L60
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
test: My1kWordsEe/Components/Pages/WordPage.razor#L76
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
test: My1kWordsEe/Components/Pages/WordPage.razor#L86
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/Models/Ee1kWords.cs#L78
Converting null literal or possible null value to non-nullable type.
test: My1kWordsEe/Models/Ee1kWords.cs#L79
Possible null reference argument for parameter 'utf8Json' in 'EeWord[]? JsonSerializer.Deserialize<EeWord[]>(Stream utf8Json, JsonSerializerOptions? options = null)'.
test: My1kWordsEe/Models/Ee1kWords.cs#L79
Possible null reference return.
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)'.