project type changed to Worker Service + classes access restrictions #33
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)
|