feat: add api documentation - #12
Merged
Merged
Annotations
10 warnings
|
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/PreProcessing/ActuatorCurrentFeatureExtractorTests.cs#L28
Use explicit type instead of 'var' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0008)
|
|
tests/DataAggregator.Processor.Tests/Services/PreProcessing/ActuatorCurrentFeatureExtractorTests.cs#L19
Use explicit type instead of 'var' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0008)
|
|
tests/DataAggregator.Processor.Tests/Services/PreProcessing/DataProcessorFactoryTests.cs#L39
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
|
tests/DataAggregator.Processor.Tests/Services/PreProcessing/DataProcessorFactoryTests.cs#L31
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
|
tests/DataAggregator.Processor.Tests/Services/PreProcessing/DataProcessorFactoryTests.cs#L22
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
|
tests/DataAggregator.Processor.Tests/Services/PreProcessing/ActuatorCurrentFeatureExtractorTests.cs#L18
Use explicit type instead of 'var' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0008)
|
|
tests/DataAggregator.Processor.Tests/Services/PreProcessing/DataProcessorFactoryTests.cs#L50
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