Skip to content

nuget updates and refactoring (#115) #79

nuget updates and refactoring (#115)

nuget updates and refactoring (#115) #79

Triggered via push November 9, 2024 16:28
Status Success
Total duration 1m 46s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. 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/JK.Common.EntityFrameworkCore/AuditableEntity.cs#L5
Missing XML comment for publicly visible type or member 'AuditableEntity'
build: src/JK.Common.EntityFrameworkCore/AuditableEntity.cs#L7
Missing XML comment for publicly visible type or member 'AuditableEntity.DateCreatedUtc'
build: src/JK.Common.EntityFrameworkCore/AuditableEntity.cs#L8
Missing XML comment for publicly visible type or member 'AuditableEntity.DateModifiedUtc'
build: src/JK.Common.EntityFrameworkCore/IAuditableEntity.cs#L5
Missing XML comment for publicly visible type or member 'IAuditableEntity'
build: src/JK.Common.EntityFrameworkCore/IAuditableEntity.cs#L7
Missing XML comment for publicly visible type or member 'IAuditableEntity.DateCreatedUtc'
build: src/JK.Common.EntityFrameworkCore/IAuditableEntity.cs#L8
Missing XML comment for publicly visible type or member 'IAuditableEntity.DateModifiedUtc'
build: src/JK.Common.EntityFrameworkCore/Interceptors/AuditableSaveChangesInterceptor.cs#L10
Missing XML comment for publicly visible type or member 'AuditableSaveChangesInterceptor'
build: src/JK.Common.EntityFrameworkCore/Interceptors/AuditableSaveChangesInterceptor.cs#L12
Missing XML comment for publicly visible type or member 'AuditableSaveChangesInterceptor.SavingChanges(DbContextEventData, InterceptionResult<int>)'
build: src/JK.Common.EntityFrameworkCore/Interceptors/AuditableSaveChangesInterceptor.cs#L24
Missing XML comment for publicly visible type or member 'AuditableSaveChangesInterceptor.SavingChangesAsync(DbContextEventData, InterceptionResult<int>, CancellationToken)'
build: src/JK.Common.EntityFrameworkCore/ReadOnlyDbContext.cs#L8
Missing XML comment for publicly visible type or member 'ReadOnlyDbContext'