Skip to content

Merge branch 'feature/abp-8.2.x' into develop #72

Merge branch 'feature/abp-8.2.x' into develop

Merge branch 'feature/abp-8.2.x' into develop #72

Triggered via push September 1, 2024 12:21
Status Success
Total duration 3m 39s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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/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/Common/WorkflowDefinitionManager.cs#L69
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
build: src/Passingwind.Abp.ElsaModule.Domain/Common/WorkflowDefinitionManager.cs#L90
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
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)