Skip to content

Merge pull request #385 from mk3008/384-create-an-insert-query-proces… #137

Merge pull request #385 from mk3008/384-create-an-insert-query-proces…

Merge pull request #385 from mk3008/384-create-an-insert-query-proces… #137

Triggered via push April 2, 2024 13:44
Status Success
Total duration 29s
Artifacts

deploy_nuget.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish: src/Carbunql/AlterTableQuery.cs#L21
Nullability of reference types in return type of 'string? AlterTableQuery.Schema.get' doesn't match implicitly implemented member 'string ITable.Schema.get' (possibly because of nullability attributes).
publish: src/Carbunql/Definitions/AddColumnCommand.cs#L16
Nullability of reference types in return type of 'string? AddColumnCommand.Schema.get' doesn't match implicitly implemented member 'string ITable.Schema.get' (possibly because of nullability attributes).
publish: src/Carbunql/Definitions/AddConstraintCommand.cs#L15
Nullability of reference types in return type of 'string? AddConstraintCommand.Schema.get' doesn't match implicitly implemented member 'string ITable.Schema.get' (possibly because of nullability attributes).
publish: src/Carbunql/Definitions/ChangeColumnTypeCommand.cs#L21
Nullability of reference types in return type of 'string? ChangeColumnTypeCommand.Schema.get' doesn't match implicitly implemented member 'string ITable.Schema.get' (possibly because of nullability attributes).
publish: src/Carbunql/Definitions/CheckConstraint.cs#L21
Nullability of reference types in return type of 'string? CheckConstraint.Schema.get' doesn't match implicitly implemented member 'string ITable.Schema.get' (possibly because of nullability attributes).
publish: src/Carbunql/Definitions/ColumnDefinition.cs#L26
Nullability of reference types in return type of 'string? ColumnDefinition.Schema.get' doesn't match implicitly implemented member 'string ITable.Schema.get' (possibly because of nullability attributes).
publish: src/Carbunql/Definitions/DropColumnCommand.cs#L18
Nullability of reference types in return type of 'string? DropColumnCommand.Schema.get' doesn't match implicitly implemented member 'string ITable.Schema.get' (possibly because of nullability attributes).
publish: src/Carbunql/Definitions/DropConstraintCommand.cs#L18
Nullability of reference types in return type of 'string? DropConstraintCommand.Schema.get' doesn't match implicitly implemented member 'string ITable.Schema.get' (possibly because of nullability attributes).
publish: src/Carbunql/Definitions/DropDefaultCommand.cs#L18
Nullability of reference types in return type of 'string? DropDefaultCommand.Schema.get' doesn't match implicitly implemented member 'string ITable.Schema.get' (possibly because of nullability attributes).
publish: src/Carbunql/Definitions/DropNotNullCommand.cs#L18
Nullability of reference types in return type of 'string? DropNotNullCommand.Schema.get' doesn't match implicitly implemented member 'string ITable.Schema.get' (possibly because of nullability attributes).