changed packages to use nuget license expression (#109) #71
Annotations
11 warnings
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:
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.DateCreated'
|
Build:
src/JK.Common.EntityFrameworkCore/AuditableEntity.cs#L8
Missing XML comment for publicly visible type or member 'AuditableEntity.DateModified'
|
Build:
src/JK.Common.EntityFrameworkCore/ChangeTrackerExtensions.cs#L7
Missing XML comment for publicly visible type or member 'ChangeTrackerExtensions'
|
Build:
src/JK.Common.EntityFrameworkCore/ChangeTrackerExtensions.cs#L9
Missing XML comment for publicly visible type or member 'ChangeTrackerExtensions.EnsureAuditableEntitiesUpdated(ChangeTracker)'
|
Build:
src/JK.Common.EntityFrameworkCore/ReadOnlyDbContext.cs#L8
Missing XML comment for publicly visible type or member 'ReadOnlyDbContext'
|
Build:
src/JK.Common.EntityFrameworkCore/ReadOnlyDbContext.cs#L12
Missing XML comment for publicly visible type or member 'ReadOnlyDbContext.ReadOnlyDbContext()'
|
Build:
src/JK.Common.EntityFrameworkCore/ReadOnlyDbContext.cs#L17
Missing XML comment for publicly visible type or member 'ReadOnlyDbContext.ReadOnlyDbContext(DbContextOptions)'
|
Build:
src/JK.Common.EntityFrameworkCore/ReadOnlyDbContext.cs#L25
Missing XML comment for publicly visible type or member 'ReadOnlyDbContext.SaveChanges()'
|
Build:
src/JK.Common.EntityFrameworkCore/ReadOnlyDbContext.cs#L28
Missing XML comment for publicly visible type or member 'ReadOnlyDbContext.SaveChanges(bool)'
|
Loading