Feature/enhance deployement - #10
Merged
Merged
Annotations
10 warnings
|
tests/DataAggregator.Processor.Tests/Services/Prediction/OnnxPredictionEngineTests.cs#L38
Use explicit type instead of 'var' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0008)
|
|
tests/DataAggregator.Processor.Tests/Services/Prediction/OnnxPredictionEngineTests.cs#L37
Use explicit type instead of 'var' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0008)
|
|
tests/DataAggregator.Processor.Tests/Services/PredictionBackgroundServiceTests.cs#L146
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
|
tests/DataAggregator.Processor.Tests/Services/PredictionBackgroundServiceTests.cs#L126
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
|
tests/DataAggregator.Processor.Tests/Services/PredictionBackgroundServiceTests.cs#L113
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
|
tests/DataAggregator.Processor.Tests/Services/PredictionBackgroundServiceTests.cs#L99
Use explicit type instead of 'var' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0008)
|
|
tests/DataAggregator.Processor.Tests/Services/PredictionBackgroundServiceTests.cs#L70
Use explicit type instead of 'var' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0008)
|
|
tests/DataAggregator.Processor.Tests/Services/PredictionBackgroundServiceTests.cs#L58
Use explicit type instead of 'var' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0008)
|
|
tests/DataAggregator.Processor.Tests/Services/Prediction/OnnxPredictionEngineTests.cs#L13
Non-nullable field '_predictionEngine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
tests/DataAggregator.Collector.Tests/CollectorServiceTests.cs#L22
Use expression body for constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0021)
|
The logs for this run have expired and are no longer available.
Loading