Skip to content

use common samples for now (#106) #121

use common samples for now (#106)

use common samples for now (#106) #121

Triggered via push November 25, 2024 10:22
Status Success
Total duration 1m 54s
Artifacts

playwright.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: My1kWordsEe/Components/Layout/GameComposite.razor#L114
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/Word.razor#L55
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
test: My1kWordsEe/Components/Pages/Word.razor#L71
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
test: My1kWordsEe/Components/Pages/Word.razor#L80
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
test: My1kWordsEe/Services/Ai/OpenAiClient.cs#L34
Possible null reference argument for parameter 'key' in 'ApiKeyCredential.implicit operator ApiKeyCredential(string key)'.
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/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/Layout/GameComposite.razor#L25
Non-nullable property 'CurrentSlide' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.