Skip to content

Merge branch 'master' of https://github.com/niuzhaosen/InfluxClient #2

Merge branch 'master' of https://github.com/niuzhaosen/InfluxClient

Merge branch 'master' of https://github.com/niuzhaosen/InfluxClient #2

Triggered via push August 27, 2024 09:28
Status Failure
Total duration 1m 16s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: InfluxClient/InfluxClient.cs#L63
Cannot convert null literal to non-nullable reference type.
build: InfluxClient/HttpRequest.cs#L19
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: InfluxClient/HttpRequest.cs#L49
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: InfluxClient/InfluxClient.cs#L117
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: InfluxDB/InfluxDBHelper.cs#L71
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: InfluxDB/InfluxDBHelper.cs#L107
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: InfluxDB/InfluxDBHelper.cs#L13
Non-nullable field '_baseAddress' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: InfluxDB/InfluxDBHelper.cs#L14
Non-nullable field '_token' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: InfluxDB/InfluxDBHelper.cs#L16
Non-nullable field '_database' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: InfluxDB/InfluxDBHelper.cs#L17
Non-nullable field '_bucket' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.