Add Unit Tests, Integration Tests and CI/CD GitHub Actions - #1
Merged
Annotations
10 warnings
|
src/SocialMedia.Core/Entities/PostAttachment.cs#L14
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SocialMedia.Core/Entities/PostAttachment.cs#L12
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SocialMedia.Core/Entities/PostReact.cs#L11
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SocialMedia.Core/Entities/PostReact.cs#L10
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SocialMedia.Core/Entities/User.cs#L12
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SocialMedia.Core/Entities/User.cs#L11
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SocialMedia.Core/Entities/User.cs#L10
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SocialMedia.Core/Entities/User.cs#L9
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SocialMedia.Core/Entities/UserConnection.cs#L9
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SocialMedia.Core/Entities/UserConnection.cs#L8
Non-nullable property 'ConnectionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading