Skip to content

Upgrade to dotnet 8 #211

Upgrade to dotnet 8

Upgrade to dotnet 8 #211

Triggered via pull request March 30, 2025 19:20
Status Success
Total duration 29s
Artifacts

orchestrator-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Tests: packages/backend/orchestrator/service/Orchestrator/K8s/KubernetesJob.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/K8s/KubernetesJobTemplate.cs#L20
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/K8s/KubernetesJobTemplate.cs#L15
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/K8s/KubernetesJobTemplate.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/Jobs/Commands/NucleiCustomJobCommand.cs#L17
Possible null reference argument for parameter 'containerImage' in 'NucleiCustomJobTemplate.NucleiCustomJobTemplate(string? id, IConfiguration config, JobParameter[]? jobParameters, string? code, int? jobPodMilliCpuLimit, ulong? jobPodMemoryKbLimit, string? findingHandler, string containerImage)'.
Tests: packages/backend/orchestrator/service/Orchestrator/Jobs/Commands/PythonCustomJobCommand.cs#L17
Possible null reference argument for parameter 'containerImage' in 'PythonCustomJobTemplate.PythonCustomJobTemplate(string? id, IConfiguration config, JobParameter[]? jobParameters, string? code, int? jobPodMilliCpuLimit, ulong? jobPodMemoryKbLimit, string containerImage)'.
Tests: packages/backend/orchestrator/service/Orchestrator/Controllers/dto/JobsControllerDto.cs#L5
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/Controllers/dto/JobsControllerDto.cs#L10
Non-nullable property 'Finding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/Controllers/JobsController.cs#L36
Non-nullable property 'EventsProducer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/Controllers/dto/JobsControllerDto.cs#L5
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/Controllers/dto/JobsControllerDto.cs#L10
Non-nullable property 'Finding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L11
Non-nullable property 'Consumer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L73
Dereference of a possibly null reference.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L65
Dereference of a possibly null reference.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L41
Dereference of a possibly null reference.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L79
Dereference of a possibly null reference.
Tests: packages/backend/orchestrator/service/Orchestrator/Controllers/JobsController.cs#L36
Non-nullable property 'EventsProducer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.