Skip to content

Update.

Update. #68

Triggered via push November 5, 2024 08:59
Status Failure
Total duration 38s
Artifacts

build-test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build: src/Qowaiv.CodeGeneration.OpenApi/OpenApiEnumNameConvention.cs#L25
The call is ambiguous between the following methods or properties: 'string.Split(char[]?, StringSplitOptions)' and 'string.Split(string?, StringSplitOptions)'
build: src/Qowaiv.CodeGeneration.OpenApi/OpenApiEnumNameConvention.cs#L25
The call is ambiguous between the following methods or properties: 'string.Split(char[]?, StringSplitOptions)' and 'string.Split(string?, StringSplitOptions)'
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Qowaiv.CodeGeneration/Syntax/Headers.cs#L19
'AutoGeneratedHeader.AutoGeneratedHeader(IEnumerable<Assembly>?)' is obsolete: 'Use Headers.AutoGenerated instead'
build: src/Qowaiv.CodeGeneration/Extensions/System.Reflection.PropertyInfo.cs#L24
Missing XML comment for publicly visible type or member 'QowaivPropertyInfoExtensions.IsStatic(PropertyInfo)'
build: src/Qowaiv.CodeGeneration/Extensions/System.Reflection.PropertyInfo.cs#L28
Missing XML comment for publicly visible type or member 'QowaivPropertyInfoExtensions.IsPublic(PropertyInfo)'
build: src/Qowaiv.CodeGeneration/Extensions/System.Reflection.PropertyInfo.cs#L32
Missing XML comment for publicly visible type or member 'QowaivPropertyInfoExtensions.IsNullable(PropertyInfo)'
build: src/Qowaiv.CodeGeneration/Extensions/System.Type.cs#L3
Missing XML comment for publicly visible type or member 'QowaivCodeGenerationTypeExtensions'
build: shared/Guard.cs#L86
Move 'paramName' to the end of the parameter list. (https://rules.sonarsource.com/csharp/RSPEC-3343)
build: shared/Guard.cs#L101
Move 'paramName' to the end of the parameter list. (https://rules.sonarsource.com/csharp/RSPEC-3343)
build: src/Qowaiv.CodeGeneration/CodeName.cs#L33
The Cyclomatic Complexity of this method is 14 which is greater than 10 authorized. (https://rules.sonarsource.com/csharp/RSPEC-1541)
build: src/Qowaiv.CodeGeneration/Syntax/Literal.cs#L13
The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. (https://rules.sonarsource.com/csharp/RSPEC-1541)
build: src/Qowaiv.CodeGeneration/Syntax/CodeSnippet.cs#L28
The Cyclomatic Complexity of this method is 13 which is greater than 10 authorized. (https://rules.sonarsource.com/csharp/RSPEC-1541)