Skip to content

feat: query structured #188

feat: query structured

feat: query structured #188

Triggered via pull request September 21, 2023 10:38
Status Failure
Total duration 4m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
CodeQL-Build: Client.Test.Integration/QueryWriteTest.cs#L133
'PointData' does not contain a definition for 'AddTag' and no accessible extension method 'AddTag' accepting a first argument of type 'PointData' could be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: Client.Test/InfluxDBClientWriteTest.cs#L262
'PointData' does not contain a definition for 'AddTag' and no accessible extension method 'AddTag' accepting a first argument of type 'PointData' could be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: Client.Test/InfluxDBClientWriteTest.cs#L290
'PointData' does not contain a definition for 'AddTag' and no accessible extension method 'AddTag' accepting a first argument of type 'PointData' could be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: Client.Test.Integration/QueryWriteTest.cs#L133
'PointData' does not contain a definition for 'AddTag' and no accessible extension method 'AddTag' accepting a first argument of type 'PointData' could be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: Client.Test/InfluxDBClientWriteTest.cs#L262
'PointData' does not contain a definition for 'AddTag' and no accessible extension method 'AddTag' accepting a first argument of type 'PointData' could be found (are you missing a using directive or an assembly reference?)
CodeQL-Build: Client.Test/InfluxDBClientWriteTest.cs#L290
'PointData' does not contain a definition for 'AddTag' and no accessible extension method 'AddTag' accepting a first argument of type 'PointData' could be found (are you missing a using directive or an assembly reference?)
CodeQL-Build
Assets file '/home/runner/work/influxdb3-csharp/influxdb3-csharp/Client.Test/obj/project.assets.json' doesn't have a target for '.NETFramework,Version=v7.0'. Ensure that restore has run and that you have included 'net70' in the TargetFrameworks for your project.
CodeQL-Build
Assets file '/home/runner/work/influxdb3-csharp/influxdb3-csharp/Client.Test.Integration/obj/project.assets.json' doesn't have a target for '.NETFramework,Version=v7.0'. Ensure that restore has run and that you have included 'net70' in the TargetFrameworks for your project.
CodeQL-Build
Assets file '/home/runner/work/influxdb3-csharp/influxdb3-csharp/Examples/IOx/obj/project.assets.json' doesn't have a target for '.NETFramework,Version=v7.0'. Ensure that restore has run and that you have included 'net70' in the TargetFrameworks for your project.
CodeQL-Build
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.14.5/x64/codeql/csharp/tools/autobuild.sh". Exit code was 1 and error was: Error: Could not auto-detect a suitable build method
CodeQL-Build
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/