Skip to content

Update workflow to skip AOT compile #100

Update workflow to skip AOT compile

Update workflow to skip AOT compile #100

Triggered via push February 22, 2024 12:13
Status Failure
Total duration 2m 30s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 22 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v2, actions/setup-dotnet@v3, actions/setup-node@v3, aws-actions/configure-aws-credentials@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: cdk/src/SharedConstructs/TableToSNSChannel.cs#L13
Cannot convert null literal to non-nullable reference type.
build: cdk/src/SharedConstructs/AuthorizedApi.cs#L13
Non-nullable property 'Authorizer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: cdk/src/SharedConstructs/DynamoDbSource.cs#L24
Possible null reference return.
build: cdk/src/SharedConstructs/PointToPointChannel.cs#L35
Non-nullable field '_firstFilter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: cdk/src/SharedConstructs/PointToPointChannel.cs#L35
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: cdk/src/SharedConstructs/PointToPointChannel.cs#L35
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: cdk/src/SharedConstructs/PublishSubscribeChannel.cs#L23
Non-nullable property 'Topic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: cdk/src/SharedConstructs/PublishSubscribeChannel.cs#L23
Non-nullable property 'EventBus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: cdk/src/SharedConstructs/SnsTarget.cs#L13
Cannot convert null literal to non-nullable reference type.
build: cdk/src/SharedConstructs/SnsTarget.cs#L9
Non-nullable property 'TargetParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Shared.Events/EventWrapper.cs#L36
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Shared.Events/EventWrapper.cs#L36
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Shared.Events/EventWrapper.cs#L10
Non-nullable property 'SourceRequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Shared.Events/EventWrapper.cs#L10
Non-nullable property 'EventType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Shared.Events/EventWrapper.cs#L10
Non-nullable property 'EventVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Shared.Events/EventWrapper.cs#L14
Non-nullable property 'SourceRequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SharedKernel/Features/FeatureFlags.cs#L104
Cannot convert null literal to non-nullable reference type.
build: src/SharedKernel/Features/FeatureFlags.cs#L104
Cannot convert null literal to non-nullable reference type.
build: src/SharedKernel/Features/FeatureFlags.cs#L139
Cannot convert null literal to non-nullable reference type.
build: src/SharedKernel/Features/IFeatureFlags.cs#L7
Cannot convert null literal to non-nullable reference type.