Update Directory.Build.props #350
dotnet.yml
on: push
Unit-Tests
1m 11s
Integration-Tests
1m 44s
MongoDB-Tests
3m 53s
MySQL-Tests
2m 5s
PostgreSQL-Tests
3m 21s
Redis-Tests
1m 22s
SQLServer-Tests
2m 32s
Elasticsearch-Tests
1m 55s
Annotations
1 error and 104 warnings
MongoDB-Tests
Process completed with exit code 1.
|
Unit-Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Unit-Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Unit-Tests:
src/WorkflowCore/Services/DefaultProviders/TransientMemoryPersistenceProvider.cs#L43
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
|
Unit-Tests:
src/providers/WorkflowCore.Persistence.RavenDB/Services/RavendbPersistenceProvider.cs#L217
The variable 'e' is declared but never used
|
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
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Redis-Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/providers/WorkflowCore.Persistence.RavenDB/Services/RavendbPersistenceProvider.cs#L217
The variable 'e' is declared but never used
|
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.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.
|
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.Sample04/Program.cs#L84
The field 'Program.redis' is never used
|
Redis-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.
|
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
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Integration-Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/providers/WorkflowCore.Persistence.RavenDB/Services/RavendbPersistenceProvider.cs#L217
The variable 'e' is declared but never used
|
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/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:
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.
|
Integration-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.
|
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.
|
Elasticsearch-Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Elasticsearch-Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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
|
Elasticsearch-Tests:
src/providers/WorkflowCore.Persistence.RavenDB/Services/RavendbPersistenceProvider.cs#L217
The variable 'e' is declared but never used
|
Elasticsearch-Tests:
src/extensions/WorkflowCore.WebAPI/Controllers/WorkflowsController.cs#L34
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
|
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
|
Elasticsearch-Tests:
src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
Elasticsearch-Tests:
src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L20
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
MySQL-Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
MySQL-Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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.
|
MySQL-Tests:
src/WorkflowCore/Services/DefaultProviders/TransientMemoryPersistenceProvider.cs#L43
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
|
MySQL-Tests:
src/providers/WorkflowCore.Persistence.RavenDB/Services/RavendbPersistenceProvider.cs#L217
The variable 'e' is declared but never used
|
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.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
MySQL-Tests:
src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
MySQL-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.
|
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.
|
MySQL-Tests:
test/WorkflowCore.IntegrationTests/Scenarios/ForkScenario.cs#L9
'BaseScenario<ForkScenario.OutcomeFork, object>' is obsolete
|
SQLServer-Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
SQLServer-Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
SQLServer-Tests:
src/WorkflowCore/Services/DefaultProviders/TransientMemoryPersistenceProvider.cs#L43
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
|
SQLServer-Tests:
src/providers/WorkflowCore.Persistence.RavenDB/Services/RavendbPersistenceProvider.cs#L217
The variable 'e' is declared but never used
|
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/extensions/WorkflowCore.WebAPI/Controllers/WorkflowsController.cs#L34
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
|
SQLServer-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.
|
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.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.
|
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.
|
PostgreSQL-Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
PostgreSQL-Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/providers/WorkflowCore.Persistence.RavenDB/Services/RavendbPersistenceProvider.cs#L217
The variable 'e' is declared but never used
|
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/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.
|
PostgreSQL-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:
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.
|
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
|
MongoDB-Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
MongoDB-Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
MongoDB-Tests:
src/WorkflowCore/Services/DefaultProviders/TransientMemoryPersistenceProvider.cs#L43
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
|
MongoDB-Tests:
src/providers/WorkflowCore.Persistence.RavenDB/Services/RavendbPersistenceProvider.cs#L217
The variable 'e' is declared but never used
|
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.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.
|
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:
test/WorkflowCore.IntegrationTests/Scenarios/ForkScenario.cs#L9
'BaseScenario<ForkScenario.OutcomeFork, object>' is obsolete
|
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.
|