Skip to content

Fixed event in chatlist #23

Fixed event in chatlist

Fixed event in chatlist #23

Re-run triggered September 23, 2023 09:05
Status Failure
Total duration 1m 11s
Artifacts

cicd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
Build: BlazorComponents/ChatSessionsList.razor#L3
The type or namespace name 'Web' does not exist in the namespace 'Microsoft.AspNetCore.Components' (are you missing an assembly reference?)
Build: BlazorComponents/ChatSessionsList.razor#L56
The type or namespace name 'MouseEventArgs' could not be found (are you missing a using directive or an assembly reference?)
Build: BlazorComponents/ChatSessionsList.razor#L3
The type or namespace name 'Web' does not exist in the namespace 'Microsoft.AspNetCore.Components' (are you missing an assembly reference?)
Build: BlazorComponents/ChatSessionsList.razor#L56
The type or namespace name 'MouseEventArgs' could not be found (are you missing a using directive or an assembly reference?)
Build
Process completed with exit code 1.
Build: AbottiCore/Repositories/RepositoryBase.cs#L88
Nullability of reference types in return type of 'Task<(bool Ok, T? Result, string[] Errors)> RepositoryBase<TK, T>.GetAsync(TK key)' doesn't match implicitly implemented member 'Task<(bool Ok, T Result, string[] Errors)> IRepository<TK, T>.GetAsync(TK key)'.
Build: AbottiCore/Repositories/InMemoryChatSessionRepository.cs#L6
Nullability of reference types in return type of 'Task<(bool Ok, ChatSession? Result, string[] Errors)> RepositoryBase<Guid, ChatSession>.GetAsync(Guid key)' doesn't match implicitly implemented member 'Task<(bool Ok, ChatSession Result, string[] Errors)> IRepository<Guid, ChatSession>.GetAsync(Guid key)'.
Build: AbottiCore/Repositories/InMemoryUserRepository.cs#L5
Nullability of reference types in return type of 'Task<(bool Ok, User? Result, string[] Errors)> RepositoryBase<Guid, User>.GetAsync(Guid key)' doesn't match implicitly implemented member 'Task<(bool Ok, User Result, string[] Errors)> IRepository<Guid, User>.GetAsync(Guid key)'.
Build: AbottiCore/Models/User.cs#L7
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: AbottiCore/Models/User.cs#L7
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: AbottiCore/Models/User.cs#L7
Non-nullable property 'PreferredLanguage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: AbottiCore/Models/User.cs#L16
Non-nullable property 'PreferredLanguage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: AbottiCore/Models/ChatSession.cs#L5
Non-nullable property 'Topic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: AbottiCore/Models/ChatSession.cs#L5
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: AbottiCore/Models/ChatSession.cs#L5
Non-nullable property 'Entries' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.