feat: Add DateOnly and TimeOnly converters #822
Annotations
12 warnings
examples/ServerlessApi/test/LambdaPowertoolsAPI.Tests/ValuesControllerTests.cs#L43
Possible null reference argument for parameter 'request' in 'Task<APIGatewayProxyResponse> LambdaEntryPoint.FunctionHandlerAsync(APIGatewayProxyRequest request, ILambdaContext lambdaContext)'.
|
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.
|
libraries/src/AWS.Lambda.Powertools.Common/Core/SystemWrapper.cs#L28
Non-nullable field '_powertoolsEnvironment' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
libraries/src/AWS.Lambda.Powertools.Common/Core/SystemWrapper.cs#L33
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
libraries/src/AWS.Lambda.Powertools.Common/Core/PowertoolsEnvironment.cs#L22
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading