Skip to content

Adding back all Maestro API code examples #148

Adding back all Maestro API code examples

Adding back all Maestro API code examples #148

Triggered via push June 17, 2024 21:39
Status Failure
Total duration 3m 8s
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
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: Quick_ACG/Startup.cs#L130
Converting null literal or possible null value to non-nullable type.
build: launcher-csharp/Startup.cs#L154
Possible null reference assignment.
build: launcher-csharp/Startup.cs#L155
Possible null reference assignment.
build: launcher-csharp/Startup.cs#L157
Possible null reference assignment.
build: launcher-csharp/Startup.cs#L158
Possible null reference assignment.
build: launcher-csharp/Startup.cs#L159
Possible null reference assignment.
build: launcher-csharp/Startup.cs#L186
Possible null reference argument for parameter 'value' in 'ExamplesApiType Enum.Parse<ExamplesApiType>(string value)'.
build: launcher-csharp/Startup.cs#L186
Converting null literal or possible null value to non-nullable type.
build: launcher-csharp/Startup.cs#L188
Possible null reference argument for parameter 'wantedScopes' in 'string Startup.UpdateRedirectUriScopes(string uri, List<string> wantedScopes)'.
build: launcher-csharp/Startup.cs#L203
Nullable value type may be null.