C# SDK: task-update-v2, OSS auth, interceptors, high-level clients, schema registration #431
Annotations
6 errors and 9 warnings
|
integration_tests
Process completed with exit code 1.
|
|
integration_tests:
Tests/Integration/ConductorFixture.cs#L28
'ConductorFixture' does not implement interface member 'IAsyncLifetime.DisposeAsync()'. 'ConductorFixture.DisposeAsync()' cannot implement 'IAsyncLifetime.DisposeAsync()' because it does not have the matching return type of 'Task'.
|
|
integration_tests:
Tests/Integration/ConductorFixture.cs#L28
'ConductorFixture' does not implement interface member 'IAsyncLifetime.InitializeAsync()'. 'ConductorFixture.InitializeAsync()' cannot implement 'IAsyncLifetime.InitializeAsync()' because it does not have the matching return type of 'Task'.
|
|
integration_tests:
Tests/Integration/ConductorFixture.cs#L57
'Task' is a namespace but is used like a type
|
|
integration_tests:
Tests/Integration/ConductorFixture.cs#L49
'Task' is a namespace but is used like a type
|
|
unit_tests
Process completed with exit code 1.
|
|
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
integration_tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
integration_tests:
Conductor/Api/TaskResourceApi.cs#L1734
The result of the expression is always 'true' since a value of type 'TaskResult.StatusEnum' is never equal to 'null' of type 'TaskResult.StatusEnum?'
|
|
integration_tests:
Conductor/Api/TaskResourceApi.cs#L1702
The result of the expression is always 'false' since a value of type 'TaskResult.StatusEnum' is never equal to 'null' of type 'TaskResult.StatusEnum?'
|
|
integration_tests:
Conductor/Client/Configuration.cs#L148
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
|
|
integration_tests:
Conductor/Client/Worker/GenericWorker.cs#L114
The variable 'ex' is declared but never used
|
|
integration_tests:
Conductor/Client/Worker/WorkflowTaskExecutor.cs#L323
'IWorkflowTask.Execute(Task)' is obsolete: 'Execute is going to be deprecated. Instead of TaskResult Execute method use the overloaded Task<TaskResult> Execute method going forward'
|
|
integration_tests:
Conductor/Client/ApiClient.cs#L57
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
|
|
unit_tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|