Skip to content

Merge remote-tracking branch 'origin/patch/3.2.x' into bug/asb #2176

Merge remote-tracking branch 'origin/patch/3.2.x' into bug/asb

Merge remote-tracking branch 'origin/patch/3.2.x' into bug/asb #2176

Triggered via push September 19, 2024 14:20
Status Failure
Total duration 10m 30s
Artifacts

packages.yml

on: push
Publish to feedz.io
0s
Publish to feedz.io
Publish preview to nuget.org
0s
Publish preview to nuget.org
Publish release to nuget.org
0s
Publish release to nuget.org
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
Build packages
[xUnit.net 00:00:17.27] Elsa.Workflows.ComponentTests.Scenarios.WorkflowJsonStructures.WorkflowJsonStructureTests.Workflow_ContainingWorkflowActivity_ShouldNotIncludeChildrenOfWorkflowActivity [FAIL]
Build packages
[xUnit.net 00:00:17.32] Elsa.Workflows.ComponentTests.Scenarios.WorkflowJsonStructures.WorkflowJsonStructureTests.Requesting_Subgraph_Returns_ExpectedSubgraph [FAIL]
Build packages
[xUnit.net 00:00:17.35] Elsa.Workflows.ComponentTests.Scenarios.WorkflowDefinitionReload.ReloadWorkflowTests.Reloading_AfterUpdatingSourceProvider_ShouldRefreshActivityRegistry [FAIL]
Build packages
[xUnit.net 00:00:17.39] Elsa.Workflows.ComponentTests.Scenarios.WorkflowDefinitionReload.ReloadWorkflowTests.Reloading_AfterUpdatingSourceProvider_ShouldRefreshCaches [FAIL]
Build packages
[xUnit.net 00:00:17.42] Elsa.Workflows.ComponentTests.Scenarios.WorkflowDefinitionReload.ReloadWorkflowTests.Reloading_AfterRemovingTheWorkflow_ShouldMakeWorkflowReachableAgain [FAIL]
Build packages
[xUnit.net 00:00:17.45] Elsa.Workflows.ComponentTests.Scenarios.WorkflowDefinitionRefresh.DynamicEndpointTests.ChangingEndpointValueThenRefresh_WorkflowShouldRespondToTheNewValue [FAIL]
Build packages
[xUnit.net 00:00:17.47] Elsa.Workflows.ComponentTests.Scenarios.WorkflowCompletion.WorkflowCompletionTests.Workflow_ShouldComplete(workflowDefinitionId: "2630068018ac1f0a") [FAIL]
Build packages
[xUnit.net 00:00:17.50] Elsa.Workflows.ComponentTests.Scenarios.WorkflowCompletion.WorkflowCompletionTests.Workflow_ShouldComplete(workflowDefinitionId: "5590069018aa4f0e") [FAIL]
Build packages
[xUnit.net 00:00:17.53] Updating a workflow with `auto update consuming workflows` should invalidate consuming workflows from cache [FAIL]
Elsa.Workflows.ComponentTests.Scenarios.WorkflowJsonStructures.WorkflowJsonStructureTests.Workflow_ContainingWorkflowActivity_ShouldNotIncludeChildrenOfWorkflowActivity
System.AggregateException : Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: Microsoft.Extensions.Hosting.IHostedService Lifetime: Singleton ImplementationType: Elsa.AzureServiceBus.HostedServices.StartWorkers': Cannot consume scoped service 'Elsa.Workflows.Runtime.Contracts.ITriggerStore' from singleton 'Microsoft.Extensions.Hosting.IHostedService'.) ---- System.InvalidOperationException : Error while validating the service descriptor 'ServiceType: Microsoft.Extensions.Hosting.IHostedService Lifetime: Singleton ImplementationType: Elsa.AzureServiceBus.HostedServices.StartWorkers': Cannot consume scoped service 'Elsa.Workflows.Runtime.Contracts.ITriggerStore' from singleton 'Microsoft.Extensions.Hosting.IHostedService'. -------- System.InvalidOperationException : Cannot consume scoped service 'Elsa.Workflows.Runtime.Contracts.ITriggerStore' from singleton 'Microsoft.Extensions.Hosting.IHostedService'.
Build packages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build packages
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build packages
Solution "/home/runner/work/elsa-core/elsa-core/Elsa.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "IHazSolution.Solution" or remove the following entries from the solution file: " - {99F2B1DA-2F69-4D70-A2A3-AC985AD91EC4}.Debug|Any CPU.Build.0 = Debug|Any CPU"
Build packages
/home/runner/work/elsa-core/elsa-core/build/_build.csproj : warning NU1604: Project dependency Microsoft.Identity.Client does not contain an inclusive lower bound. Include a lower bound in the dependency version to ensure consistent restore results. [/home/runner/work/elsa-core/elsa-core/Elsa.sln]
Build packages
/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Implementations/Module.cs(17,20): warning S3260: Private record classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260) [/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Elsa.Features.csproj::TargetFramework=net6.0]
Build packages
/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Attributes/DependsOn.cs(7,14): warning S3376: Make this class name end with 'Attribute'. (https://rules.sonarsource.com/csharp/RSPEC-3376) [/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Elsa.Features.csproj::TargetFramework=net6.0]
Build packages
/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Extensions/EnumerableTopologicalSortExtensions.cs(38,23): warning S112: 'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112) [/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Elsa.Features.csproj::TargetFramework=net6.0]
Build packages
/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Implementations/Module.cs(51,35): warning IL2087: 'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in call to 'System.Activator.CreateInstance(Type, params Object[])'. The generic parameter 'T' of 'Elsa.Features.Implementations.Module.Configure<T>(Action<T>)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to. [/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Elsa.Features.csproj::TargetFramework=net6.0]
Build packages
/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Implementations/Module.cs(154,106): warning IL2067: 'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in call to 'System.Activator.CreateInstance(Type, params Object[])'. The parameter 'featureType' of method 'Elsa.Features.Implementations.Module.GetOrCreateFeature(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to. [/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Elsa.Features.csproj::TargetFramework=net6.0]
Build packages
/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Implementations/Module.cs(109,39): warning IL2072: 'implementationType' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in call to 'Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(Type, Type)'. The return value of method 'Elsa.Features.Implementations.Module.HostedServiceDescriptor.Type.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to. [/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Elsa.Features.csproj::TargetFramework=net6.0]
Build packages
/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Implementations/Module.cs(95,180): warning IL2067: 'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in call to 'System.Activator.CreateInstance(Type, params Object[])'. The parameter 'featureType' of method 'lambda expression' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to. [/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Elsa.Features.csproj::TargetFramework=net6.0]
Build packages
/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Implementations/Module.cs(17,20): warning S3260: Private record classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260) [/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Elsa.Features.csproj::TargetFramework=net7.0]