Skip to content

Phase 5: Create Farm.Infrastructure.Tests #1110

Phase 5: Create Farm.Infrastructure.Tests

Phase 5: Create Farm.Infrastructure.Tests #1110

Triggered via pull request August 27, 2026 01:07
Status Success
Total duration 12m 40s
Artifacts

codeql.yml

on: pull_request
Select affected languages
13s
Select affected languages
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/infra/Dtos/ComponentModelDtos.cs#L284
Parameter 'Description' has no matching param tag in the XML comment for 'UpdateNozzleModelDto.UpdateNozzleModelDto(string?, Guid?, double?, int?, string?, NozzleHardnessOverride?, NozzleInterfaceType?, string?, string?, Guid?)' (but other parameters do)
Analyze (csharp): src/infra/Dtos/ComponentModelDtos.cs#L283
Parameter 'NozzleInterface' has no matching param tag in the XML comment for 'UpdateNozzleModelDto.UpdateNozzleModelDto(string?, Guid?, double?, int?, string?, NozzleHardnessOverride?, NozzleInterfaceType?, string?, string?, Guid?)' (but other parameters do)
Analyze (csharp): src/infra/Dtos/ComponentModelDtos.cs#L282
Parameter 'HardnessOverride' has no matching param tag in the XML comment for 'UpdateNozzleModelDto.UpdateNozzleModelDto(string?, Guid?, double?, int?, string?, NozzleHardnessOverride?, NozzleInterfaceType?, string?, string?, Guid?)' (but other parameters do)
Analyze (csharp): src/infra/Dtos/ComponentModelDtos.cs#L281
Parameter 'NozzleType' has no matching param tag in the XML comment for 'UpdateNozzleModelDto.UpdateNozzleModelDto(string?, Guid?, double?, int?, string?, NozzleHardnessOverride?, NozzleInterfaceType?, string?, string?, Guid?)' (but other parameters do)
Analyze (csharp): src/infra/Dtos/ComponentModelDtos.cs#L280
Parameter 'MaxTemp' has no matching param tag in the XML comment for 'UpdateNozzleModelDto.UpdateNozzleModelDto(string?, Guid?, double?, int?, string?, NozzleHardnessOverride?, NozzleInterfaceType?, string?, string?, Guid?)' (but other parameters do)
Analyze (csharp): src/infra/Dtos/ComponentModelDtos.cs#L279
Parameter 'Diameter' has no matching param tag in the XML comment for 'UpdateNozzleModelDto.UpdateNozzleModelDto(string?, Guid?, double?, int?, string?, NozzleHardnessOverride?, NozzleInterfaceType?, string?, string?, Guid?)' (but other parameters do)
Analyze (csharp): src/infra/Dtos/ComponentModelDtos.cs#L278
Parameter 'ManufacturerId' has no matching param tag in the XML comment for 'UpdateNozzleModelDto.UpdateNozzleModelDto(string?, Guid?, double?, int?, string?, NozzleHardnessOverride?, NozzleInterfaceType?, string?, string?, Guid?)' (but other parameters do)
Analyze (csharp): src/infra/Dtos/ComponentModelDtos.cs#L277
Parameter 'Name' has no matching param tag in the XML comment for 'UpdateNozzleModelDto.UpdateNozzleModelDto(string?, Guid?, double?, int?, string?, NozzleHardnessOverride?, NozzleInterfaceType?, string?, string?, Guid?)' (but other parameters do)
Analyze (csharp): src/modules/Farm.Modules.Abstractions/ApiModuleHostExtensions.cs#L41
XML comment on 'ApiModuleHostExtensions' has a paramref tag for 'moduleAssemblies', but there is no parameter by that name
Analyze (csharp): src/slicer/Farm.Slicer.ProfileParsing/OrcaMachineProfileFields.cs#L161
Remove this array creation and simply pass the elements.