Expose prepared statements #92
Annotations
10 errors and 2 warnings
Demo/Program.cs#L15
'ulong' does not contain a definition for 'RowsAffected' and no accessible extension method 'RowsAffected' accepting a first argument of type 'ulong' could be found (are you missing a using directive or an assembly reference?)
|
Demo/Program.cs#L16
'ulong' does not contain a definition for 'LastInsertRowId' and no accessible extension method 'LastInsertRowId' accepting a first argument of type 'ulong' could be found (are you missing a using directive or an assembly reference?)
|
Demo/Program.cs#L18
Argument 1: cannot convert from 'ulong' to 'Libsql.Client.IResultSet'
|
Demo/Program.cs#L24
Argument 1: cannot convert from 'ulong' to 'Libsql.Client.IResultSet'
|
Demo/Program.cs#L28
'ulong' does not contain a definition for 'Rows' and no accessible extension method 'Rows' accepting a first argument of type 'ulong' could be found (are you missing a using directive or an assembly reference?)
|
Demo/Program.cs#L15
'ulong' does not contain a definition for 'RowsAffected' and no accessible extension method 'RowsAffected' accepting a first argument of type 'ulong' could be found (are you missing a using directive or an assembly reference?)
|
Demo/Program.cs#L16
'ulong' does not contain a definition for 'LastInsertRowId' and no accessible extension method 'LastInsertRowId' accepting a first argument of type 'ulong' could be found (are you missing a using directive or an assembly reference?)
|
Demo/Program.cs#L18
Argument 1: cannot convert from 'ulong' to 'Libsql.Client.IResultSet'
|
Demo/Program.cs#L24
Argument 1: cannot convert from 'ulong' to 'Libsql.Client.IResultSet'
|
Demo/Program.cs#L28
'ulong' does not contain a definition for 'Rows' and no accessible extension method 'Rows' accepting a first argument of type 'ulong' could be found (are you missing a using directive or an assembly reference?)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@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/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "bindings".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading