Skip to content

set nullable AdditionalData for AuditProviderUser #18

set nullable AdditionalData for AuditProviderUser

set nullable AdditionalData for AuditProviderUser #18

Triggered via push January 26, 2024 13:08
Status Failure
Total duration 1m 44s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 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-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: R8.EntityFrameworkCore.AuditProvider/EntityFrameworkAuditProviderExtensions.cs#L37
Possible null reference argument for parameter 'interceptors' in 'DbContextOptionsBuilder DbContextOptionsBuilder.AddInterceptors(params IInterceptor[] interceptors)'.
build: R8.EntityFrameworkCore.AuditProvider/AuditExtensions.cs#L7
Missing XML comment for publicly visible type or member 'AuditExtensions'
build: R8.EntityFrameworkCore.AuditProvider/AuditExtensions.cs#L30
Missing XML comment for publicly visible type or member 'AuditExtensions.GetCreated(JsonElement, DateTime?)'
build: R8.EntityFrameworkCore.AuditProvider/AuditProviderOptions.cs#L8
Missing XML comment for publicly visible type or member 'AuditProviderOptions'
build: R8.EntityFrameworkCore.AuditProvider/AuditProviderUser.cs#L8
Missing XML comment for publicly visible type or member 'AuditProviderUser.AuditProviderUser(string, IDictionary<string, string>?)'
build: R8.EntityFrameworkCore.AuditProvider/EntityFrameworkAuditProviderExtensions.cs#L7
Missing XML comment for publicly visible type or member 'EntityFrameworkAuditProviderExtensions'
build: R8.EntityFrameworkCore.AuditProvider/EntityFrameworkAuditProviderInterceptor.cs#L23
Missing XML comment for publicly visible type or member 'EntityFrameworkAuditProviderInterceptor.EntityFrameworkAuditProviderInterceptor(AuditProviderOptions, ILogger<EntityFrameworkAuditProviderInterceptor>)'
build: R8.EntityFrameworkCore.AuditProvider/EntityFrameworkAuditProviderInterceptor.cs#L29
Missing XML comment for publicly visible type or member 'EntityFrameworkAuditProviderInterceptor.SavingChangesAsync(DbContextEventData, InterceptionResult<int>, CancellationToken)'