Skip to content

build and pack

build and pack #59

Manually triggered May 24, 2024 06:33
Status Success
Total duration 4m 25s
Artifacts

build-pack.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3, actions/setup-dotnet@v3, rlespinasse/[email protected], dorny/paths-filter@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, rlespinasse/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
'before' field is missing in event payload - changes will be detected from last commit
build: src/Passingwind.Abp.ElsaModule.Application.Contracts/Teams/WorkflowTeamSetWorkflowRequestDto.cs#L6
Provide a message for the ObsoleteAttribute that marks WorkflowTeamSetWorkflowRequestDto as Obsolete (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1041)
build: src/Passingwind.Abp.ElsaModule.Domain/ElsaDesignerRuntimeSelectListSettings.cs#L1
File contains no code (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1093)
build: src/Passingwind.Abp.ElsaModule.Domain/ElsaStartup.cs#L1
File contains no code (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1093)
build: src/Passingwind.Abp.ElsaModule.Domain/EventHandlers/RoleNameChangedEventHandler.cs#L9
Rename type name RoleNameChangedEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build: src/Passingwind.Abp.ElsaModule.Domain/EventHandlers/WorkflowGroupLocalEventHandler.cs#L11
Rename type name WorkflowGroupLocalEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build: src/Passingwind.Abp.ElsaModule.Domain/EventHandlers/WorkflowTeamEventHandler.cs#L12
Rename type name WorkflowTeamEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build: src/Passingwind.Abp.ElsaModule.Domain/Common/WorkflowInstance.cs#L52
Provide a message for the ObsoleteAttribute that marks Fault as Obsolete (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1041)
build: src/Passingwind.Abp.ElsaModule.Domain/Stores/WorkflowDefinitionStore.cs#L75
Unused parameter 'x' (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1163)
build: src/Passingwind.Abp.ElsaModule.Domain/Stores/WorkflowDefinitionStore.cs#L104
Unused parameter 'x' (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1163)
build: src/Passingwind.Abp.ElsaModule.Domain/Common/WorkflowImporter.cs#L53
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
build: src/Passingwind.Abp.ElsaModule.Domain/ElsaDesignerRuntimeSelectListSettings.cs#L1
File contains no code (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1093)
build: src/Passingwind.Abp.ElsaModule.Domain/ElsaStartup.cs#L1
File contains no code (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1093)
build: src/Passingwind.Abp.ElsaModule.Domain/EventHandlers/RoleNameChangedEventHandler.cs#L9
Rename type name RoleNameChangedEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build: src/Passingwind.Abp.ElsaModule.Domain/EventHandlers/WorkflowGroupLocalEventHandler.cs#L11
Rename type name WorkflowGroupLocalEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build: src/Passingwind.Abp.ElsaModule.Domain/EventHandlers/WorkflowTeamEventHandler.cs#L12
Rename type name WorkflowTeamEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build: src/Passingwind.Abp.ElsaModule.Domain/Common/WorkflowInstance.cs#L52
Provide a message for the ObsoleteAttribute that marks Fault as Obsolete (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1041)
build: src/Passingwind.Abp.ElsaModule.Domain/Data/WorkflowDataSender.cs#L43
Unused parameter 'cancellationToken' (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1163)
build: src/Passingwind.Abp.ElsaModule.Domain/Data/WorkflowDataSender.cs#L69
The behavior of 'string.EndsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Passingwind.Abp.ElsaModule.Data.WorkflowDataSender.InitialPredefinedRolesAsync(System.Guid?, System.Threading.CancellationToken)' with a call to 'string.EndsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
build: src/Passingwind.Abp.ElsaModule.Domain/Data/WorkflowDataSender.cs#L69
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Passingwind.Abp.ElsaModule.Data.WorkflowDataSender.InitialPredefinedRolesAsync(System.Guid?, System.Threading.CancellationToken)' with a call to 'string.StartsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
build: src/Passingwind.Abp.ElsaModule.Domain/Data/WorkflowDataSender.cs#L69
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Passingwind.Abp.ElsaModule.Data.WorkflowDataSender.InitialPredefinedRolesAsync(System.Guid?, System.Threading.CancellationToken)' with a call to 'string.StartsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)