Add new assembly with an abstraction layer with the source generated code #944
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
src/Dynatello/Builders/Extensions.cs#L7
Missing XML comment for publicly visible type or member 'Extensions'
|
build:
src/Dynatello/Builders/Extensions.cs#L9
Missing XML comment for publicly visible type or member 'Extensions.ToQueryRequestBuilder<T, TArg, TReferences, TArgumentReferences>(KeyConditionedFilterExpression<T, TArg, TReferences, TArgumentReferences>)'
|
build:
src/Dynatello/Builders/Extensions.cs#L21
Missing XML comment for publicly visible type or member 'Extensions.ToQueryRequestBuilder<T, TArg, TReferences, TArgumentReferences>(KeyConditionExpression<T, TArg, TReferences, TArgumentReferences>)'
|
build:
src/Dynatello/Builders/Extensions.cs#L33
Missing XML comment for publicly visible type or member 'Extensions.GetRequestBuilder<T, TArg, TReferences, TArgumentReferences>(TableAccess<T, TArg, TReferences, TArgumentReferences>)'
|
build:
src/Dynatello/Builders/Extensions.cs#L42
Missing XML comment for publicly visible type or member 'Extensions.ToUpdateItemRequestBuilder<T, TArg, TReferences, TArgumentReferences>(UpdateExpression<T, TArg, TReferences, TArgumentReferences>, Func<IDynamoDBKeyMarshaller, TArg, Dictionary<string, AttributeValue>>)'
|
build:
src/Dynatello/Builders/Extensions.cs#L57
Missing XML comment for publicly visible type or member 'Extensions.ToUpdateItemRequestBuilder<T, TArg, TReferences, TArgumentReferences>(ConditionalUpdateExpression<T, TArg, TReferences, TArgumentReferences>, Func<IDynamoDBKeyMarshaller, TArg, Dictionary<string, AttributeValue>>)'
|
build:
src/Dynatello/Builders/Extensions.cs#L72
Missing XML comment for publicly visible type or member 'Extensions.WithKeyConditionExpression<T, TArg, TReferences, TArgumentReferences>(TableAccess<T, TArg, TReferences, TArgumentReferences>, Func<TReferences, TArgumentReferences, string>)'
|
build:
src/Dynatello/Builders/Extensions.cs#L80
Missing XML comment for publicly visible type or member 'Extensions.ToPutRequestBuilder<T, TReferences, TArgumentReferences>(TableAccess<T, T, TReferences, TArgumentReferences>)'
|
build:
src/Dynatello/Builders/Extensions.cs#L95
Missing XML comment for publicly visible type or member 'Extensions.ToPutRequestBuilder<T, TReferences, TArgumentReferences>(ConditionExpression<T, T, TReferences, TArgumentReferences>)'
|
build:
src/Dynatello/Builders/GetItemRequestBuilder.cs#L7
Missing XML comment for publicly visible type or member 'GetItemRequestBuilder'
|