Skip to content

Add pagination

Add pagination #49

Triggered via pull request February 19, 2024 15:10
Status Failure
Total duration 35s
Artifacts

openapi.yml

on: pull_request
Produce openapi.yaml
24s
Produce openapi.yaml
Update API documentation  /  Merge OpenAPI specifications
Update API documentation / Merge OpenAPI specifications
Check API diff on Bump.sh
0s
Check API diff on Bump.sh
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
Produce openapi.yaml
Input required and not supplied: upload_url
Produce openapi.yaml
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Produce openapi.yaml
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Produce openapi.yaml: 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.
Produce openapi.yaml: 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.
Produce openapi.yaml: 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.
Produce openapi.yaml: 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.
Produce openapi.yaml: 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.
Produce openapi.yaml: 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.
Produce openapi.yaml: 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.
Produce openapi.yaml: 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.
Produce openapi.yaml: 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.
Produce openapi.yaml: 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.