+ display en sentence #140
Annotations
10 warnings
Build & Install:
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.
|
Build & Install:
My1kWordsEe/Components/Pages/WordPage.razor#L60
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
|
Build & Install:
My1kWordsEe/Components/Pages/WordPage.razor#L76
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
|
Build & Install:
My1kWordsEe/Components/Pages/WordPage.razor#L86
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
|
Build & Install:
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.
|
Build & Install:
My1kWordsEe/Components/Pages/FavoritesPage.razor#L43
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
|
Build & Install:
My1kWordsEe/Components/Pages/FavoritesPage.razor#L53
Possible null reference argument for parameter 'user' in 'Task<ApplicationUser> IdentityUserAccessor.GetRequiredUserAsync(ClaimsPrincipal user)'.
|
Build & Install:
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.
|
Build & Install:
My1kWordsEe/Services/Ai/OpenAiClient.cs#L35
Possible null reference argument for parameter 'key' in 'ApiKeyCredential.implicit operator ApiKeyCredential(string key)'.
|
Build & Install:
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.
|
Loading