C# SDK: task-update-v2, OSS auth, interceptors, high-level clients, schema registration #431
Annotations
5 errors and 7 warnings
|
Run integration tests
Process completed with exit code 1.
|
|
Run 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'.
|
|
Run 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'.
|
|
Run integration tests:
Tests/Integration/ConductorFixture.cs#L57
'Task' is a namespace but is used like a type
|
|
Run integration tests:
Tests/Integration/ConductorFixture.cs#L49
'Task' is a namespace but is used like a type
|
|
Complete job
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/
|
|
Run 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?'
|
|
Run 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?'
|
|
Run integration tests:
Conductor/Client/Configuration.cs#L148
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
|
|
Run integration tests:
Conductor/Client/Worker/GenericWorker.cs#L114
The variable 'ex' is declared but never used
|
|
Run 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'
|
|
Run integration tests:
Conductor/Client/ApiClient.cs#L57
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
|
background
wait
wait-all
cancel
parallel
Loading