Skip to content

Squashed commit of the following: #25

Squashed commit of the following:

Squashed commit of the following: #25

Triggered via push July 23, 2024 19:07
Status Success
Total duration 4m 0s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (Debug): AdvancedAPI.Data/Models/LastSeen.cs#L16
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): AdvancedAPI.Data/Models/LastSeen.cs#L21
Non-nullable field 'User' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug): AdvancedAPI.Data/Models/User.cs#L13
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): AdvancedAPI.Data/Models/User.cs#L28
Non-nullable property 'Gender' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/ViewModels/User/UserProfileResponseModel.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): AdvancedAPI.Data/ViewModels/User/UserProfileResponseModel.cs#L16
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): AdvancedAPI.Data/ViewModels/User/UserProfileResponseModel.cs#L21
Non-nullable property 'Birthday' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): AdvancedAPI.Data/ViewModels/User/UserProfileResponseModel.cs#L26
Non-nullable property 'Gender' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.