Skip to content

Merge branch 'master' of https://github.com/docusign/code-examples-cs… #162

Merge branch 'master' of https://github.com/docusign/code-examples-cs…

Merge branch 'master' of https://github.com/docusign/code-examples-cs… #162

Triggered via push October 31, 2024 21:46
Status Failure
Total duration 4m 10s
Artifacts

dotnet.yml

on: push
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@v3, microsoft/setup-msbuild@v1.1.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Quick_ACG/Startup.cs#L130
Converting null literal or possible null value to non-nullable type.
build: launcher-csharp/eSignature/Examples/CreateEnvelopeWithMultipleDocumentTypes.cs#L75
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: launcher-csharp/Startup.cs#L159
Possible null reference assignment.
build: launcher-csharp/Startup.cs#L160
Possible null reference assignment.
build: launcher-csharp/Startup.cs#L162
Possible null reference assignment.
build: launcher-csharp/Startup.cs#L163
Possible null reference assignment.
build: launcher-csharp/Startup.cs#L164
Possible null reference assignment.
build: launcher-csharp/Startup.cs#L192
Possible null reference argument for parameter 'value' in 'ExamplesApiType Enum.Parse<ExamplesApiType>(string value)'.
build: launcher-csharp/Startup.cs#L192
Converting null literal or possible null value to non-nullable type.
build: launcher-csharp/Startup.cs#L193
Possible null reference argument for parameter 'wantedScopes' in 'string Startup.UpdateRedirectUriScopes(string uri, List<string> wantedScopes)'.