Switch from iam user to role (#308) #198
Annotations
1 error and 12 warnings
Run tests
Process completed with exit code 1.
|
Run actions/setup-dotnet@v1
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Run actions/setup-dotnet@v1
.NET Core 2.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Build solution:
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)
|
Build solution:
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)
|
Build solution:
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)
|
Build solution:
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)
|
Build solution:
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)
|
Build solution:
sdk/src/Core/AwsXrayRecorderBuilder.cs#L242
Method WithSegmentEmitter passes 'SegmentEmitter' 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)
|
Build solution:
sdk/src/Core/AwsXrayRecorderBuilder.cs#L253
Method WithTraceContext passes 'TraceContext' 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)
|
Build solution:
sdk/src/Core/AwsXrayRecorderBuilder.cs#L265
Method WithExceptionSerializationStrategy passes 'ExceptionSerializationStartegy' 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)
|
Build solution:
sdk/src/Core/Internal/Entities/FacadeSegment.cs#L87
Member 'SetStartTime' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
Build solution:
sdk/src/Core/Internal/Entities/FacadeSegment.cs#L96
Member 'SetEndTime' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
Loading