Merge branch 'feature/authorization' into develop #20
Annotations
10 warnings
AdvancedAPI.Data/ViewModels/Authentication/LoginRequestModel.cs#L15
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdvancedAPI.Data/ViewModels/Authentication/LoginRequestModel.cs#L21
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdvancedAPI.Data/Models/NewsArticle.cs#L19
Non-nullable property 'HeaderText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdvancedAPI.Data/Models/NewsArticle.cs#L24
Non-nullable property 'ContentHtml' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdvancedAPI.Data/ViewModels/NewsArticle/NewsArticleRequestModel.cs#L22
Non-nullable property 'HeaderText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdvancedAPI.Data/ViewModels/NewsArticle/NewsArticleRequestModel.cs#L28
Non-nullable property 'ContentHtml' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdvancedAPI.Data/AdvancedApiContext.cs#L16
Non-nullable property 'NewsArticles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdvancedAPI.Data/Repositories/BaseRepository.cs#L37
Possible null reference return.
|
AdvancedAPI.Data/Migrations/20240719221124_InitialCreate.cs#L8
Missing XML comment for publicly visible type or member 'InitialCreate'
|
AdvancedAPI.Data/Migrations/20240719221124_InitialCreate.cs#L10
Missing XML comment for publicly visible type or member 'InitialCreate.Up(MigrationBuilder)'
|
This job succeeded
Loading