Skip to content

Refactor AzureServiceBusTests and add workflow completion signal #1550

Refactor AzureServiceBusTests and add workflow completion signal

Refactor AzureServiceBusTests and add workflow completion signal #1550

Triggered via push May 11, 2024 20:44
Status Failure
Total duration 9m 40s
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

6 errors and 12 warnings
Build packages
[xUnit.net 00:00:11.97] 1 Send - 1 Receive - with correlationId - Should Finished - without race condition [FAIL]
Build packages
[xUnit.net 00:00:17.60] 1 Send - 1 Receive - Should Finished - without race condition [FAIL]
Build packages
Target "Test" has thrown an exception
Build packages
Process completed with exit code 255.
Build packages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
/home/runner/work/elsa-core/elsa-core/test/unit/Elsa.Workflows.Runtime.UnitTests/Elsa.Workflows.Runtime.UnitTests.csproj : warning NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: NSubstitute , NSubstitute .
Build packages
/home/runner/work/elsa-core/elsa-core/test/unit/Elsa.MongoDb.UnitTests/Elsa.MongoDb.UnitTests.csproj : warning NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: NSubstitute , NSubstitute .
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=net8.0]