Skip to content

update sqlclient

update sqlclient #76

Triggered via pull request May 22, 2024 02:09
Status Success
Total duration 2m 5s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test: ListenAI.Factory.FirmwareDeploy/Global.cs#L12
Non-nullable field 'AllWorkersCompleted' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test: ListenAI.Factory.FirmwareDeploy/Global.cs#L13
Non-nullable field 'FailsafeMode' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test: ListenAI.Factory.FirmwareDeploy/Utils.cs#L25
Converting null literal or possible null value to non-nullable type.
test: ListenAI.Factory.FirmwareDeploy/Utils.cs#L31
Dereference of a possibly null reference.
test: ListenAI.Factory.FirmwareDeploy/Utils.cs#L34
Possible null reference return.
test: ListenAI.Factory.FirmwareDeploy/LineWorker.cs#L50
Non-nullable field '_cskProcess' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test: ListenAI.Factory.FirmwareDeploy/LineWorker.cs#L50
Non-nullable field '_wifiProcess' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test: ListenAI.Factory.FirmwareDeploy/LineWorker.cs#L50
Non-nullable field '_cskWorker' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test: ListenAI.Factory.FirmwareDeploy/LineWorker.cs#L50
Non-nullable field '_wifiWorker' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test: ListenAI.Factory.FirmwareDeploy/Utils.cs#L65
Converting null literal or possible null value to non-nullable type.