chore: Fix jmespath dependency #990
Annotations
21 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
libraries/src/AWS.Lambda.Powertools.Idempotency/Persistence/BasePersistenceStore.cs#L326
'HashAlgorithm.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
|
Build:
libraries/src/AWS.Lambda.Powertools.Common/Aspects/AspectEventArgs.cs#L33
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
libraries/src/AWS.Lambda.Powertools.Common/Aspects/AspectEventArgs.cs#L39
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
libraries/src/AWS.Lambda.Powertools.Common/Aspects/AspectEventArgs.cs#L45
Non-nullable property 'Method' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
libraries/src/AWS.Lambda.Powertools.Common/Aspects/AspectEventArgs.cs#L51
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
libraries/src/AWS.Lambda.Powertools.Common/Aspects/AspectEventArgs.cs#L57
Non-nullable property 'Args' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
libraries/src/AWS.Lambda.Powertools.Common/Aspects/AspectEventArgs.cs#L63
Non-nullable property 'ReturnType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
libraries/src/AWS.Lambda.Powertools.Common/Aspects/AspectEventArgs.cs#L69
Non-nullable property 'Triggers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
libraries/src/AWS.Lambda.Powertools.Common/Aspects/MethodAspectAttribute.cs#L62
Possible null reference argument for parameter 'result' in 'void IMethodAspectHandler.OnSuccess(AspectEventArgs eventArgs, object result)'.
|
Build:
libraries/src/AWS.Lambda.Powertools.Common/Core/PowertoolsEnvironment.cs#L22
Possible null reference return.
|
Test Examples:
examples/Idempotency/src/HelloWorld/Function.cs#L86
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test Examples:
examples/Idempotency/src/HelloWorld/Function.cs#L86
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test Examples:
examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L80
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Test Examples:
examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L81
Dereference of a possibly null reference.
|
Test Examples:
examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L90
Dereference of a possibly null reference.
|
Test Examples:
examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L80
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Test Examples:
examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L81
Dereference of a possibly null reference.
|
Test Examples:
examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L90
Dereference of a possibly null reference.
|
Test Examples:
examples/ServerlessApi/test/LambdaPowertoolsAPI.Tests/ValuesControllerTests.cs#L43
Possible null reference argument for parameter 'request' in 'Task<APIGatewayProxyResponse> LambdaEntryPoint.FunctionHandlerAsync(APIGatewayProxyRequest request, ILambdaContext lambdaContext)'.
|
Test Examples:
examples/ServerlessApi/test/LambdaPowertoolsAPI.Tests/ValuesControllerTests.cs#L43
Possible null reference argument for parameter 'request' in 'Task<APIGatewayProxyResponse> LambdaEntryPoint.FunctionHandlerAsync(APIGatewayProxyRequest request, ILambdaContext lambdaContext)'.
|
The logs for this run have expired and are no longer available.
Loading