Skip to content

version and readme changes #25

version and readme changes

version and readme changes #25

Triggered via pull request November 14, 2024 05:21
Status Success
Total duration 1m 47s
Artifacts

ci-common-efcore-sql.yml

on: pull_request
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.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)'