Skip to content

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

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

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

Triggered via push May 21, 2025 00:06
Status Failure
Total duration 3m 48s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Quick_ACG/Startup.cs#L153
Converting null literal or possible null value to non-nullable type.
build: launcher-csharp/Admin/Examples/BulkExportUserData.cs#L89
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
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#L166
Possible null reference assignment.
build: launcher-csharp/Startup.cs#L167
Possible null reference assignment.
build: launcher-csharp/Startup.cs#L168
Possible null reference assignment.
build: launcher-csharp/Startup.cs#L196
Possible null reference argument for parameter 'value' in 'ExamplesApiType Enum.Parse<ExamplesApiType>(string value)'.
build: launcher-csharp/Startup.cs#L196
Converting null literal or possible null value to non-nullable type.
build: launcher-csharp/Startup.cs#L197
Possible null reference argument for parameter 'wantedScopes' in 'string Startup.UpdateRedirectUriScopes(string uri, List<string> wantedScopes)'.