Skip to content

+ ListenToEeGamePage #128

+ ListenToEeGamePage

+ ListenToEeGamePage #128

Triggered via pull request November 30, 2024 22:13
Status Success
Total duration 1m 39s
Artifacts

playwright.yml

on: pull_request
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/WordPage.razor#L55
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
test: My1kWordsEe/Components/Pages/WordPage.razor#L71
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
test: My1kWordsEe/Components/Pages/WordPage.razor#L80
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/Services/Ai/OpenAiClient.cs#L34
Possible null reference argument for parameter 'key' in 'ApiKeyCredential.implicit operator ApiKeyCredential(string key)'.
test: My1kWordsEe/Models/Games/ListenToEeGame.cs#L34
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
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.
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.