Skip to content

Merge pull request #33 from docusign/DEVDOCS-14232 #9

Merge pull request #33 from docusign/DEVDOCS-14232

Merge pull request #33 from docusign/DEVDOCS-14232 #9

Triggered via push April 18, 2024 18:00
Status Success
Total duration 3m 54s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2, microsoft/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: DocuSign.MyAPI.Domain/StepParameters.cs#L17
Non-nullable property 'StepName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DocuSign.MyAPI.Domain/StepParameters.cs#L20
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DocuSign.MyAPI.Domain/Parameter.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DocuSign.MyAPI.Domain/Parameter.cs#L11
Non-nullable property 'In' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DocuSign.MyAPI.Domain/Parameter.cs#L14
Non-nullable property 'RequestParameterPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DocuSign.MyAPI.Domain/Parameter.cs#L17
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DocuSign.MyAPI.Domain/Parameter.cs#L19
Non-nullable property 'ResponseParameterPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DocuSign.MyAPI.Domain/Parameter.cs#L21
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DocuSign.MyAPI.Domain/Parameter.cs#L23
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DocuSign.MyAPI.Domain/Parameter.cs#L25
Non-nullable property 'isFromUi' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.