Skip to content

Update README.md

Update README.md #39

Triggered via pull request July 2, 2025 05:23
Status Success
Total duration 2m 54s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.