Skip to content

.NET Workflow

.NET Workflow #159

Triggered via schedule November 20, 2025 23:05
Status Failure
Total duration 2m 53s
Artifacts

dotnet.yml

on: schedule
Build, Test & Release
2m 48s
Build, Test & Release
Update Winget Manifests
0s
Update Winget Manifests
Security Scanning
0s
Security Scanning
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Build, Test & Release: Coder.Test/Serialization/ExpressionIntegrationTests.cs#L20
The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?)
Build, Test & Release: Coder.Test/Serialization/ExpressionIntegrationTests.cs#L20
The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build, Test & Release: Coder.Test/Ast/AstNodeTests.cs#L25
The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?)
Build, Test & Release: Coder.Test/Ast/AstNodeTests.cs#L25
The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build, Test & Release: Coder.Test/Ast/AstNodeTests.cs#L12
The type or namespace name 'TestMethod' could not be found (are you missing a using directive or an assembly reference?)
Build, Test & Release: Coder.Test/Ast/AstNodeTests.cs#L12
The type or namespace name 'TestMethodAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build, Test & Release: Coder.Test/Serialization/ExpressionIntegrationTests.cs#L14
The type or namespace name 'TestClass' could not be found (are you missing a using directive or an assembly reference?)
Build, Test & Release: Coder.Test/Serialization/ExpressionIntegrationTests.cs#L14
The type or namespace name 'TestClassAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build, Test & Release: Coder.Test/Ast/AstNodeTests.cs#L9
The type or namespace name 'TestClass' could not be found (are you missing a using directive or an assembly reference?)
Build, Test & Release: Coder.Test/Ast/AstNodeTests.cs#L9
The type or namespace name 'TestClassAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build, Test & Release
No files were found with the provided path: ./coverage/*. No artifacts will be uploaded.
Build, Test & Release: Coder.Core/Serialization/YamlDeserializer.cs#L418
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Build, Test & Release: Coder.Core/Serialization/YamlDeserializer.cs#L369
Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Build, Test & Release: Coder.Core/Serialization/YamlDeserializer.cs#L260
Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Build, Test & Release: Coder.Core/Languages/LanguageGeneratorBase.cs#L57
Remove this unnecessary null check; it is already done by the pattern match. (https://rules.sonarsource.com/csharp/RSPEC-4201)
Build, Test & Release: Coder.Core/Languages/CSharpGenerator.cs#L187
Extract this nested ternary operation into an independent statement. (https://rules.sonarsource.com/csharp/RSPEC-3358)
Build, Test & Release: Coder.Core/Languages/CSharpGenerator.cs#L92
Remove this unnecessary null check; it is already done by the pattern match. (https://rules.sonarsource.com/csharp/RSPEC-4201)
Build, Test & Release: Coder.Core/Languages/PythonGenerator.cs#L109
Remove this unnecessary null check; it is already done by the pattern match. (https://rules.sonarsource.com/csharp/RSPEC-4201)
Build, Test & Release: Coder.Core/Serialization/YamlSerializer.cs#L252
Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
Build, Test & Release: Coder.Core/ServiceCollectionExtensions.cs#L28
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Build, Test & Release: Coder.Core/ServiceCollectionExtensions.cs#L29
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)