set nullable AdditionalData
for AuditProviderUser
#18
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/EntityFrameworkAuditProviderInterceptor.cs#L96
Possible null reference assignment.
|
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)'
|
build:
R8.EntityFrameworkCore.AuditProvider/EntityFrameworkAuditProviderInterceptor.cs#L46
Method is too long (116 lines; maximum allowed: 60) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0051.md)
|