Report results as a CSV table #187
Annotations
21 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Src/App/Utils/Common/AppConfig.cs#L71
Possible null reference assignment.
|
Src/App/Utils/Common/AppConfig.cs#L69
Non-nullable property 'ConfigDir' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Src/App/Utils/Common/AppConfig.cs#L77
The variable 'AlgotecKQlParse' is assigned but its value is never used
|
Src/App/Utils/Helpers/KustoIngestRunner.cs#L15
Cannot convert null literal to non-nullable reference type.
|
Src/App/Utils/Helpers/KustoIngestRunner.cs#L16
Cannot convert null literal to non-nullable reference type.
|
Src/App/Utils/Helpers/KustoIngestRunner.cs#L22
Non-nullable event 'TraceEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Src/App/Utils/Helpers/KustoIngestRunner.cs#L22
Non-nullable event 'ReportProgress' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Src/App/Utils/Helpers/KustoIngestRunner.cs#L30
Non-nullable event 'TraceEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Src/App/Utils/Helpers/KustoIngestRunner.cs#L30
Non-nullable event 'ReportProgress' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Src/App/Utils/Helpers/KustoDatabaseHelperExtended.cs#L19
Dereference of a possibly null reference.
|
Src/App/Utils/Common/AppConfig.cs#L71
Possible null reference assignment.
|
Src/App/Utils/Common/AppConfig.cs#L69
Non-nullable property 'ConfigDir' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Src/App/Utils/Common/AppConfig.cs#L77
The variable 'AlgotecKQlParse' is assigned but its value is never used
|
Src/App/Utils/Helpers/KustoDatabaseHelper.cs#L57
Cannot convert null literal to non-nullable reference type.
|
Src/App/Utils/Helpers/KustoDatabaseHelper.cs#L59
Cannot convert null literal to non-nullable reference type.
|
Src/App/Utils/Helpers/KustoDatabaseHelperExtended.cs#L19
Dereference of a possibly null reference.
|
Src/App/Utils/Helpers/KustoDatabaseHelperExtended.cs#L19
Dereference of a possibly null reference.
|
Src/App/Utils/Helpers/KustoDatabaseHelperExtended.cs#L25
Dereference of a possibly null reference.
|
Src/App/Utils/Helpers/KustoDatabaseHelperExtended.cs#L26
Dereference of a possibly null reference.
|
Src/App/Utils/Helpers/KustoDatabaseHelperExtended.cs#L32
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading