Skip to content

+ Favorites reorder works #161

+ Favorites reorder works

+ Favorites reorder works #161

Triggered via pull request December 9, 2024 09:56
Status Success
Total duration 2m 3s
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#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#L60
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
test: My1kWordsEe/Components/Pages/FavoritesPage.razor#L70
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/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/WordPage.razor#L62
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.