Merge pull request #48 from mule/development #38
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.
|