Skip to content

Bump webpack and @angular-devkit/build-angular in /DocuSign.MyAPI/ClientApp #12

Bump webpack and @angular-devkit/build-angular in /DocuSign.MyAPI/ClientApp

Bump webpack and @angular-devkit/build-angular in /DocuSign.MyAPI/ClientApp #12

Triggered via pull request August 30, 2024 11:46
Status Failure
Total duration 2m 20s
Artifacts

dotnet-desktop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
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/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.