Skip to content

Squashed commit of the following: #21

Squashed commit of the following:

Squashed commit of the following: #21

Triggered via push July 21, 2024 21:14
Status Success
Total duration 3m 9s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (Debug): AdvancedAPI.Data/AdvancedApiContext.cs#L16
Non-nullable property 'NewsArticles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): 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.
build (Debug): 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.
build (Debug): 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.
build (Debug): 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.
build (Debug): AdvancedAPI.Data/Repositories/BaseRepository.cs#L37
Possible null reference return.
build (Debug): 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.
build (Debug): 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.
build (Debug): AdvancedAPI.Data/Migrations/20240719221124_InitialCreate.cs#L8
Missing XML comment for publicly visible type or member 'InitialCreate'
build (Debug): AdvancedAPI.Data/Migrations/20240719221124_InitialCreate.cs#L10
Missing XML comment for publicly visible type or member 'InitialCreate.Up(MigrationBuilder)'