Skip to content

project type changed to Worker Service + classes access restrictions #33

project type changed to Worker Service + classes access restrictions

project type changed to Worker Service + classes access restrictions #33

Triggered via push December 31, 2024 00:17
Status Success
Total duration 56s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: ValidationProcessor/AssemblyValidator.cs#L148
Dereference of a possibly null reference.
build: ValidationProcessor/AssemblyValidator.cs#L173
Dereference of a possibly null reference.
build: ValidationProcessor/AssemblyValidator.cs#L195
Dereference of a possibly null reference.
build: EerieLeap/Controllers/ConfigController.cs#L25
Possible null reference assignment.
build: EerieLeap/Domain/SensorDomain/Models/SensorReading.cs#L17
Non-nullable property 'Sensor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: EerieLeap/Program.cs#L14
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build: EerieLeap/Configuration/AdcProtocolConfig.cs#L9
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build: EerieLeap/Configuration/AdcConfig.cs#L8
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build: EerieLeap/Configuration/CombinedConfig.cs#L8
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build: EerieLeap/Configuration/ConfigurationOptions.cs#L7
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)