Skip to content

feat: Add DateOnly and TimeOnly converters #822

feat: Add DateOnly and TimeOnly converters

feat: Add DateOnly and TimeOnly converters #822

Triggered via pull request October 12, 2023 09:16
Status Success
Total duration 2m 16s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build: examples/ServerlessApi/test/LambdaPowertoolsAPI.Tests/ValuesControllerTests.cs#L43
Possible null reference argument for parameter 'request' in 'Task<APIGatewayProxyResponse> LambdaEntryPoint.FunctionHandlerAsync(APIGatewayProxyRequest request, ILambdaContext lambdaContext)'.
build: 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.
build: 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.
build: 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.
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.