Skip to content

Bump send and express in /DocuSign.MyAPI/ClientApp #14

Bump send and express in /DocuSign.MyAPI/ClientApp

Bump send and express in /DocuSign.MyAPI/ClientApp #14

Triggered via pull request September 17, 2024 05:09
Status Success
Total duration 2m 16s
Artifacts

dotnet-desktop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/Request.cs#L9
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DocuSign.MyAPI.Domain/Request.cs#L12
Non-nullable property 'Api' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DocuSign.MyAPI.Domain/Request.cs#L15
Non-nullable property 'Method' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DocuSign.MyAPI.Domain/Request.cs#L18
Non-nullable property 'DocumentationUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DocuSign.MyAPI.Domain/Request.cs#L21
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DocuSign.MyAPI.Domain/Request.cs#L24
Non-nullable property 'BodyTemplate' 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.