Skip to content

Merge pull request #48 from mule/development #38

Merge pull request #48 from mule/development

Merge pull request #48 from mule/development #38

Triggered via push September 23, 2023 15:52
Status Failure
Total duration 1m 19s
Artifacts

cicd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
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.