GitHub action edit, MSBuild Configuration removed #27
Annotations
10 warnings
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/Controllers/ConfigControllerBase.cs#L8
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build:
EerieLeap/Controllers/SensorConfigController.cs#L21
Modify 'GetConfigs' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Build:
EerieLeap/Controllers/SensorConfigController.cs#L39
Modify 'GetConfig' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Build:
EerieLeap/Controllers/SensorConfigController.cs#L57
Modify 'UpdateConfigsAsync' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Build:
EerieLeap/Domain/SensorDomain/Utilities/SensorDependencyResolver.cs#L12
In externally visible method 'void SensorDependencyResolver.AddSensor(Sensor sensor)', validate parameter 'sensor' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
Build:
EerieLeap/Domain/SensorDomain/Services/SensorReadingService.cs#L96
Modify 'ProcessSensorsAsync' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Build:
EerieLeap/Utilities/ExpressionEvaluator.cs#L30
In externally visible method 'double ExpressionEvaluator.Evaluate(string expression, Dictionary<string, double> sensorValues)', validate parameter 'sensorValues' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
Build:
EerieLeap/Controllers/Filters/ValidationExceptionFilter.cs#L52
In externally visible method 'Task ValidationExceptionFilter.OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)', validate parameter 'next' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
Loading