Skip to content

Improved scrolling

Improved scrolling #45

Triggered via push September 25, 2023 19:07
Status Success
Total duration 2m 58s
Artifacts

cicd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.