fix indentation for more readability #11
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/setup-msbuild@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Pack Release
File 'D:\a\code-compass-dotnet\code-compass-dotnet\src\Agoda.CodeCompass.MSBuild\bin\Release\net8.0\Agoda.CodeCompass.MSBuild.dll' is not added because the package already contains file 'tools\net8.0\Agoda.CodeCompass.MSBuild.dll'
|
Build:
src/Agoda.CodeCompass.MSBuild/TechDebtReportTask.cs#L32
The variable 'iex' is declared but never used
|
Build:
src/Agoda.CodeCompass.MSBuild/SarifReporter.cs#L46
Dereference of a possibly null reference.
|
Build:
src/Agoda.CodeCompass.MSBuild/SarifReporter.cs#L62
Dereference of a possibly null reference.
|
Build:
src/Agoda.CodeCompass.MSBuild/SarifReporter.cs#L71
Dereference of a possibly null reference.
|
Build:
src/Agoda.CodeCompass.MSBuild/SarifReporter.cs#L16
Nullability of reference types in type of parameter 'sender' of 'void SarifReporter.HandleDeserializationError(object sender, ErrorEventArgs errorArgs)' doesn't match the target delegate 'EventHandler<ErrorEventArgs>' (possibly because of nullability attributes).
|
Build:
src/Agoda.CodeCompass.MSBuild.Tests/SarifConversionTests.cs#L49
Nullability of reference types in type of parameter 'sender' of 'void SarifConversionTests.HandleDeserializationError(object sender, ErrorEventArgs errorArgs)' doesn't match the target delegate 'EventHandler<ErrorEventArgs>' (possibly because of nullability attributes).
|
Build:
src/Agoda.CodeCompass.MSBuild.Tests/SarifConversionTests.cs#L85
Dereference of a possibly null reference.
|
Build:
src/Agoda.CodeCompass.MSBuild.Tests/SarifConversionTests.cs#L143
Dereference of a possibly null reference.
|
Build:
src/Agoda.CodeCompass.MSBuild.Tests/SarifConversionTests.cs#L144
Dereference of a possibly null reference.
|
Build:
src/Agoda.CodeCompass.MSBuild.Tests/SarifConversionTests.cs#L24
Nullability of reference types in type of parameter 'sender' of 'void SarifConversionTests.HandleDeserializationError(object sender, ErrorEventArgs errorArgs)' doesn't match the target delegate 'EventHandler<ErrorEventArgs>' (possibly because of nullability attributes).
|
Loading