version and readme changes #25
Annotations
11 warnings
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.SqlServer/Ado/NonQueryOperationBase.cs#L5
Missing XML comment for publicly visible type or member 'NonQueryOperationBase'
|
Build:
src/JK.Common.EntityFrameworkCore.SqlServer/Ado/NonQueryOperationBase.cs#L10
Missing XML comment for publicly visible type or member 'NonQueryOperationBase.NonQueryOperationBase(DbContext, CommandType, string)'
|
Build:
src/JK.Common.EntityFrameworkCore.SqlServer/Ado/NonQueryOperationBase.cs#L17
Missing XML comment for publicly visible type or member 'NonQueryOperationBase.Execute()'
|
Build:
src/JK.Common.EntityFrameworkCore.SqlServer/Ado/OperationBase.cs#L5
Missing XML comment for publicly visible type or member 'OperationBase'
|
Build:
src/JK.Common.EntityFrameworkCore.SqlServer/Ado/OperationBase.cs#L7
Missing XML comment for publicly visible type or member 'OperationBase.OperationBase(DbContext)'
|
Build:
src/JK.Common.EntityFrameworkCore.SqlServer/Ado/OperationBase.cs#L12
Missing XML comment for publicly visible type or member 'OperationBase.Context'
|
Build:
src/JK.Common.EntityFrameworkCore.SqlServer/Ado/OperationBase.cs#L14
Missing XML comment for publicly visible type or member 'OperationBase.SetupParameters(IDbCommand)'
|
Build:
src/JK.Common.EntityFrameworkCore.SqlServer/Ado/OperationBase.cs#L18
Missing XML comment for publicly visible type or member 'OperationBase.SetupCommand(CommandType, string)'
|
Build:
src/JK.Common.EntityFrameworkCore.SqlServer/Ado/QueryOperationBase.cs#L6
Missing XML comment for publicly visible type or member 'QueryOperationBase<T>'
|
Build:
src/JK.Common.EntityFrameworkCore.SqlServer/Ado/QueryOperationBase.cs#L11
Missing XML comment for publicly visible type or member 'QueryOperationBase<T>.QueryOperationBase(DbContext, CommandType, string)'
|
Loading