Skip to content

docs: specify response types of all endpoints #73

docs: specify response types of all endpoints

docs: specify response types of all endpoints #73

Triggered via push February 10, 2024 14:19
Status Failure
Total duration 1m 17s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
CrowdParlay.Social.IntegrationTests.Tests.CommentsControllerTests ► Reply to comment creates reply: tests/CrowdParlay.Social.IntegrationTests/Tests/CommentsControllerTests.cs#L119
Failed test found in: tests/CrowdParlay.Social.IntegrationTests/TestResults/_fv-az1247-367_2024-02-10_14_20_32.trx Error: Expected HttpStatusCode to be HttpStatusCode.Created {value: 201}, but found HttpStatusCode.InternalServerError {value: 500}.
Build & test
Process completed with exit code 1.
Build & test
Failed test were found and 'fail-on-error' option is set to true
Build & test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build & test: src/CrowdParlay.Social.Application/DTOs/DiscussionDto.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & test: src/CrowdParlay.Social.Application/DTOs/DiscussionDto.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & test: src/CrowdParlay.Social.Application/DTOs/DiscussionDto.cs#L8
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & test: src/CrowdParlay.Social.Application/DTOs/CommentDto.cs#L6
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & test: src/CrowdParlay.Social.Application/DTOs/CommentDto.cs#L7
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & test: src/CrowdParlay.Social.Application/DTOs/DiscussionDto.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & test: src/CrowdParlay.Social.Application/DTOs/DiscussionDto.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & test: src/CrowdParlay.Social.Application/DTOs/DiscussionDto.cs#L8
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & test: src/CrowdParlay.Social.Application/DTOs/CommentDto.cs#L6
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & test: src/CrowdParlay.Social.Application/DTOs/CommentDto.cs#L7
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.