Skip to content

Merge pull request #1311 from dsbegnoche/mongo_2_30 #361

Merge pull request #1311 from dsbegnoche/mongo_2_30

Merge pull request #1311 from dsbegnoche/mongo_2_30 #361

Triggered via push January 2, 2025 03:12
Status Failure
Total duration 4m 3s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 96 warnings
MongoDB-Tests
Process completed with exit code 1.
Unit-Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit-Tests: src/WorkflowCore/Services/DefaultProviders/TransientMemoryPersistenceProvider.cs#L43
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
Unit-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L20
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
Unit-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L29
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
Unit-Tests: src/extensions/WorkflowCore.WebAPI/Controllers/WorkflowsController.cs#L34
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
Unit-Tests: src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/20211023161649_scheduled-commands.cs#L6
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
Unit-Tests: src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/20211023161649_scheduled-commands.Designer.cs#L14
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
Unit-Tests: src/providers/WorkflowCore.Persistence.SqlServer/Migrations/20211023161544_scheduled-commands.cs#L5
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
Unit-Tests: src/providers/WorkflowCore.Persistence.SqlServer/Migrations/20211023161544_scheduled-commands.Designer.cs#L14
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
Unit-Tests: src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
Unit-Tests
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Redis-Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Redis-Tests: src/WorkflowCore/Services/DefaultProviders/TransientMemoryPersistenceProvider.cs#L43
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
Redis-Tests: src/extensions/WorkflowCore.WebAPI/Controllers/WorkflowsController.cs#L34
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
Redis-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L20
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
Redis-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L29
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
Redis-Tests: src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
Redis-Tests: src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
Redis-Tests: src/samples/WorkflowCore.TestSample01/NUnitTest.cs#L14
'NUnitTest.Setup()' hides inherited member 'WorkflowTest<MyWorkflow, MyDataClass>.Setup()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Redis-Tests: src/providers/WorkflowCore.Persistence.SqlServer/Migrations/20211023161544_scheduled-commands.cs#L5
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
Redis-Tests: src/providers/WorkflowCore.Persistence.SqlServer/Migrations/20211023161544_scheduled-commands.Designer.cs#L14
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
Redis-Tests
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Integration-Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Integration-Tests: src/WorkflowCore/Services/DefaultProviders/TransientMemoryPersistenceProvider.cs#L43
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
Integration-Tests: src/extensions/WorkflowCore.WebAPI/Controllers/WorkflowsController.cs#L34
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
Integration-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L20
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
Integration-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L29
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
Integration-Tests: src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
Integration-Tests: src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
Integration-Tests: src/samples/WorkflowCore.Sample03/Steps/AddNumbers.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Integration-Tests: src/samples/WorkflowCore.Sample04/Program.cs#L84
The field 'Program.redis' is never used
Integration-Tests: src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/20211023161649_scheduled-commands.cs#L6
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
Integration-Tests
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
MySQL-Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
MySQL-Tests: src/WorkflowCore/Services/DefaultProviders/TransientMemoryPersistenceProvider.cs#L43
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
MySQL-Tests: src/extensions/WorkflowCore.WebAPI/Controllers/WorkflowsController.cs#L34
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
MySQL-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L20
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
MySQL-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L29
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
MySQL-Tests: src/samples/WorkflowCore.TestSample01/NUnitTest.cs#L14
'NUnitTest.Setup()' hides inherited member 'WorkflowTest<MyWorkflow, MyDataClass>.Setup()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Elasticsearch-Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
MySQL-Tests: src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
Elasticsearch-Tests
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Elasticsearch-Tests: src/WorkflowCore/Services/DefaultProviders/TransientMemoryPersistenceProvider.cs#L43
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
MySQL-Tests: src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
Elasticsearch-Tests: src/extensions/WorkflowCore.WebAPI/Controllers/WorkflowsController.cs#L34
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
MySQL-Tests: src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/20211023161649_scheduled-commands.cs#L6
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
Elasticsearch-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L20
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
Elasticsearch-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L29
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
MySQL-Tests: src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/20211023161649_scheduled-commands.Designer.cs#L14
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
MySQL-Tests
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Elasticsearch-Tests: src/providers/WorkflowCore.Persistence.SqlServer/Migrations/20211023161544_scheduled-commands.cs#L5
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
Elasticsearch-Tests: src/providers/WorkflowCore.Persistence.SqlServer/Migrations/20211023161544_scheduled-commands.Designer.cs#L14
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
Elasticsearch-Tests: src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/20211023161649_scheduled-commands.cs#L6
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
Elasticsearch-Tests: src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/20211023161649_scheduled-commands.Designer.cs#L14
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
Elasticsearch-Tests: src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
SQLServer-Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
SQLServer-Tests
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
SQLServer-Tests: src/WorkflowCore/Services/DefaultProviders/TransientMemoryPersistenceProvider.cs#L43
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
SQLServer-Tests: src/extensions/WorkflowCore.WebAPI/Controllers/WorkflowsController.cs#L34
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
SQLServer-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L20
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
SQLServer-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L29
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
SQLServer-Tests: src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
SQLServer-Tests: src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
SQLServer-Tests: src/samples/WorkflowCore.Sample03/Steps/AddNumbers.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
SQLServer-Tests: src/providers/WorkflowCore.Persistence.SqlServer/Migrations/20211023161544_scheduled-commands.cs#L5
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
SQLServer-Tests: src/providers/WorkflowCore.Persistence.SqlServer/Migrations/20211023161544_scheduled-commands.Designer.cs#L14
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
PostgreSQL-Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PostgreSQL-Tests
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
PostgreSQL-Tests: src/WorkflowCore/Services/DefaultProviders/TransientMemoryPersistenceProvider.cs#L43
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
PostgreSQL-Tests: src/extensions/WorkflowCore.WebAPI/Controllers/WorkflowsController.cs#L34
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
PostgreSQL-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L20
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
PostgreSQL-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L29
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
PostgreSQL-Tests: src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
PostgreSQL-Tests: src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
PostgreSQL-Tests: src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/20211023161649_scheduled-commands.cs#L6
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
PostgreSQL-Tests: src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/20211023161649_scheduled-commands.Designer.cs#L14
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
PostgreSQL-Tests: src/providers/WorkflowCore.Persistence.SqlServer/Migrations/20211023161544_scheduled-commands.cs#L5
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
MongoDB-Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
MongoDB-Tests: src/WorkflowCore/Services/DefaultProviders/TransientMemoryPersistenceProvider.cs#L43
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
MongoDB-Tests: src/extensions/WorkflowCore.WebAPI/Controllers/WorkflowsController.cs#L34
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
MongoDB-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L20
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
MongoDB-Tests: src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L29
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
MongoDB-Tests: src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
MongoDB-Tests: src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
MongoDB-Tests: src/samples/WorkflowCore.Sample03/Steps/AddNumbers.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
MongoDB-Tests: src/providers/WorkflowCore.Persistence.SqlServer/Migrations/20211023161544_scheduled-commands.cs#L5
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
MongoDB-Tests: src/providers/WorkflowCore.Persistence.SqlServer/Migrations/20211023161544_scheduled-commands.Designer.cs#L14
The type name 'scheduledcommands' only contains lower-cased ascii characters. Such names may become reserved for the language.
MongoDB-Tests
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.