Skip to content

Update README.md

Update README.md #32

Triggered via push July 24, 2024 09:40
Status Success
Total duration 3m 46s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (Debug): AdvancedAPI.Data/Models/Gender.cs#L19
Non-nullable property 'Name' 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.
build (Debug): AdvancedAPI.Data/ViewModels/User/UserProfileResponseModel.cs#L31
Non-nullable property 'LastSeen' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/ViewModels/NewsArticle/NewsArticleResponseModel.cs#L20
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/NewsArticleResponseModel.cs#L25
Non-nullable property 'ContentHtml' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.