Skip to content

Add deletion functionality #129

Add deletion functionality

Add deletion functionality #129

Triggered via pull request July 11, 2024 13:18
Status Success
Total duration 34s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Dynatello/Pipelines/RequestContext.cs#L12
'RequestContext<TRequest>.Request' hides inherited member 'RequestContext.Request'. Use the new keyword if hiding was intended.
build: src/Dynatello/Builders/IRequestBuilderFactory.cs#L24
Missing XML comment for publicly visible type or member 'IRequestBuilderFactory<T, TArg, TReferences, TArgumentReferences>.TableAccess'
build: src/Dynatello/Builders/PutRequestBuilder.cs#L52
Missing XML comment for publicly visible type or member 'PutRequestBuilder<T>.Build(T)'
build: src/Dynatello/Builders/QueryRequestBuilder.cs#L50
Missing XML comment for publicly visible type or member 'QueryRequestBuilder<T>.Build(T)'
build: src/Dynatello/DynamoDBMarshallerExtensions.cs#L12
Missing XML comment for publicly visible type or member 'DynamoDBMarshallerExtensions'
build: src/Dynatello/Handlers/HandlerOptions.cs#L7
Missing XML comment for publicly visible type or member 'HandlerOptions'
build: src/Dynatello/Handlers/HandlerOptions.cs#L12
Missing XML comment for publicly visible type or member 'HandlerOptions.AmazonDynamoDB'
build: src/Dynatello/Handlers/HandlerOptions.cs#L21
Missing XML comment for publicly visible type or member 'HandlerOptions.RequestsPipelines'
build: src/Dynatello/ITableAccess.cs#L24
Missing XML comment for publicly visible type or member 'ITableAccess<T, TArg, TReferences, TArgumentReferences>.Marshaller'
build: src/Dynatello/ITableAccess.cs#L25
Missing XML comment for publicly visible type or member 'ITableAccess<T, TArg, TReferences, TArgumentReferences>.TableName'