Various updates #195
Annotations
1 error and 11 warnings
|
build
Process completed with exit code 1.
|
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.1.3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build:
launcher-csharp/Startup.cs#L207
Possible null reference argument for parameter 'value' in 'ExamplesApiType Enum.Parse<ExamplesApiType>(string value)'.
|
|
build:
launcher-csharp/Startup.cs#L179
Possible null reference assignment.
|
|
build:
launcher-csharp/Startup.cs#L178
Possible null reference assignment.
|
|
build:
launcher-csharp/Startup.cs#L177
Possible null reference assignment.
|
|
build:
launcher-csharp/Startup.cs#L175
Possible null reference assignment.
|
|
build:
launcher-csharp/Startup.cs#L174
Possible null reference assignment.
|
|
build:
launcher-csharp/Maestro/Controllers/Mae004CancelWorkflowInstanceController.cs#L18
'Mae004CancelWorkflowInstanceController.StatusCode' hides inherited member 'ControllerBase.StatusCode(int)'. Use the new keyword if hiding was intended.
|
|
build:
launcher-csharp/Maestro/Controllers/Mae003ResumeWorkflowController.cs#L18
'Mae003ResumeWorkflowController.StatusCode' hides inherited member 'ControllerBase.StatusCode(int)'. Use the new keyword if hiding was intended.
|
|
build:
launcher-csharp/Maestro/Controllers/Mae002PauseWorkflowController.cs#L18
'Mae002PauseWorkflowController.StatusCode' hides inherited member 'ControllerBase.StatusCode(int)'. Use the new keyword if hiding was intended.
|
|
build:
Quick_ACG/Startup.cs#L153
Converting null literal or possible null value to non-nullable type.
|