Improve samples #165
Annotations
11 warnings
build
The following actions use a deprecated Node.js version 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#L14
'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#L51
Missing XML comment for publicly visible type or member 'PutRequestBuilder<T>.Build(T)'
|
build:
src/Dynatello/Builders/QueryRequestBuilder.cs#L52
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#L6
Missing XML comment for publicly visible type or member 'HandlerOptions'
|
build:
src/Dynatello/Handlers/HandlerOptions.cs#L11
Missing XML comment for publicly visible type or member 'HandlerOptions.AmazonDynamoDB'
|
build:
src/Dynatello/Handlers/HandlerOptions.cs#L17
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'
|