Add customizable middleware #3
Merged
Annotations
11 warnings
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/
|
src/Dynatello/Pipelines/RequestContext.cs#L12
'RequestContext<TRequest>.Request' hides inherited member 'RequestContext.Request'. Use the new keyword if hiding was intended.
|
src/Dynatello/Builders/IRequestBuilderFactory.cs#L24
Missing XML comment for publicly visible type or member 'IRequestBuilderFactory<T, TArg, TReferences, TArgumentReferences>.TableAccess'
|
src/Dynatello/Builders/PutRequestBuilder.cs#L52
Missing XML comment for publicly visible type or member 'PutRequestBuilder<T>.Build(T)'
|
src/Dynatello/Builders/QueryRequestBuilder.cs#L45
Missing XML comment for publicly visible type or member 'QueryRequestBuilder<T>.Build(T)'
|
src/Dynatello/DynamoDBMarshallerExtensions.cs#L12
Missing XML comment for publicly visible type or member 'DynamoDBMarshallerExtensions'
|
src/Dynatello/Handlers/HandlerOptions.cs#L7
Missing XML comment for publicly visible type or member 'HandlerOptions'
|
src/Dynatello/Handlers/HandlerOptions.cs#L12
Missing XML comment for publicly visible type or member 'HandlerOptions.AmazonDynamoDB'
|
src/Dynatello/Handlers/HandlerOptions.cs#L21
Missing XML comment for publicly visible type or member 'HandlerOptions.RequestsPipelines'
|
src/Dynatello/ITableAccess.cs#L24
Missing XML comment for publicly visible type or member 'ITableAccess<T, TArg, TReferences, TArgumentReferences>.Marshaller'
|
src/Dynatello/ITableAccess.cs#L25
Missing XML comment for publicly visible type or member 'ITableAccess<T, TArg, TReferences, TArgumentReferences>.TableName'
|
This job succeeded
Loading