Skip to content

Add agent, service, and API key CRUD operations #2096

Add agent, service, and API key CRUD operations

Add agent, service, and API key CRUD operations #2096

Triggered via push August 18, 2024 17:55
Status Success
Total duration 15m 19s
Artifacts 1

packages.yml

on: push
Publish to feedz.io
3m 14s
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

14 warnings
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, actions/upload-artifact@v3. 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
/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Features/Extensions/EnumerableTopologicalSortExtensions.cs(36,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.Mediator/Middleware/Notification/Components/NotificationLoggingMiddleware.cs(20,12): warning S1135: Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135) [/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Mediator/Elsa.Mediator.csproj::TargetFramework=net6.0]
Build packages
/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Mediator/Extensions/DependencyInjectionExtensions.cs(224,39): warning S1144: Remove the unused private method 'AddHandlersFromInternal'. (https://rules.sonarsource.com/csharp/RSPEC-1144) [/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Mediator/Elsa.Mediator.csproj::TargetFramework=net6.0]
Build packages
/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Mediator/Extensions/DependencyInjectionExtensions.cs(239,37): warning S1144: Remove the unused private method 'CreateChannelReader'. (https://rules.sonarsource.com/csharp/RSPEC-1144) [/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Mediator/Elsa.Mediator.csproj::TargetFramework=net6.0]
Build packages
/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Mediator/Extensions/DependencyInjectionExtensions.cs(240,37): warning S1144: Remove the unused private method 'CreateChannelWriter'. (https://rules.sonarsource.com/csharp/RSPEC-1144) [/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Mediator/Elsa.Mediator.csproj::TargetFramework=net6.0]
Build packages
/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Mediator/Contracts/ICommand.cs(18,27): warning S2326: 'T' is not used in the interface. (https://rules.sonarsource.com/csharp/RSPEC-2326) [/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Mediator/Elsa.Mediator.csproj::TargetFramework=net6.0]
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "elsa-nuget-packages". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Publish to feedz.io
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
elsa-nuget-packages
7.79 MB