Merge branch 'develop' of https://github.com/DustSwiffer/AdvancedAPI … #26
Annotations
10 warnings
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.
|
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.
|
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.
|
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/AdvancedApiContext.cs#L16
Non-nullable property 'Genders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdvancedAPI.Data/AdvancedApiContext.cs#L16
Non-nullable property 'LastSeens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
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.
|
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.
|
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.
|
This job succeeded
Loading