Update README.md #39
Annotations
10 warnings
|
build-and-test:
Neo.Application/DTOs/PostCommentDto.cs#L5
Non-nullable property 'CommentUserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Neo.Application/DTOs/PagedPostDto.cs#L15
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Neo.Application/DTOs/PagedPostDto.cs#L14
Non-nullable property 'Likes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Neo.Application/DTOs/PagedPostDto.cs#L13
Non-nullable property 'Comments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Neo.Application/DTOs/PagedPostDto.cs#L12
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Neo.Application/DTOs/PagedPostDto.cs#L11
Non-nullable property 'CreatedUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Neo.Application/DTOs/PagedPostDto.cs#L7
Non-nullable property 'PostContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Neo.Application/DTOs/PagedPostDto.cs#L6
Non-nullable property 'PostTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Neo.Application/DTOs/PostUserDto.cs#L6
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Neo.Domain/Entities/Post.cs#L48
Non-nullable property 'TagName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|