Skip to content

Daily scan

Daily scan #28

Triggered via schedule March 3, 2026 00:55
Status Failure
Total duration 5m 18s
Artifacts

daily-scan.yml

on: schedule
scan_and_report
5m 15s
scan_and_report
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
scan_and_report
Process completed with exit code 1.
scan_and_report
Process completed with exit code 1.
scan_and_report
Process completed with exit code 14.
scan_and_report: sdk/src/Core/AwsXrayRecorderBuilder.cs#L220
Method WithStreamingStrategy passes 'StreamingStrategy' as the paramName argument to a ArgumentNullException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
scan_and_report: sdk/src/Core/AwsXrayRecorderBuilder.cs#L208
Method WithSamplingStrategy passes 'SamplingStrategy' as the paramName argument to a ArgumentNullException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
scan_and_report: sdk/src/Core/AwsXrayRecorderBuilder.cs#L193
Method WithDaemonAddress passes 'DaemonAddress' as the paramName argument to a ArgumentNullException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
scan_and_report: sdk/src/Core/ThirdParty/LitJson/JsonReader.cs#L265
Use 'string.Contains' instead of 'string.IndexOf' to improve readability (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2249)
scan_and_report: sdk/src/Core/ThirdParty/LitJson/JsonReader.cs#L264
Use 'string.Contains' instead of 'string.IndexOf' to improve readability (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2249)
scan_and_report: sdk/src/Core/ThirdParty/LitJson/JsonReader.cs#L263
Use 'string.Contains' instead of 'string.IndexOf' to improve readability (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2249)
scan_and_report: sdk/src/Core/ThirdParty/LitJson/JsonWriter.cs#L326
Use 'string.Contains' instead of 'string.IndexOf' to improve readability (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2249)
scan_and_report: sdk/src/Core/ThirdParty/LitJson/JsonWriter.cs#L325
Use 'string.Contains' instead of 'string.IndexOf' to improve readability (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2249)
scan_and_report: sdk/src/Core/ThirdParty/LitJson/JsonData.cs#L22
Type ThirdParty.LitJson.JsonData should override Equals because it implements IEquatable<T> (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1067)
scan_and_report: sdk/src/Core/Plugins/EC2Plugin.cs#L125
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)