update sqlclient #76
Annotations
11 warnings
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/.
|
Build:
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.
|
Build:
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.
|
Build:
ListenAI.Factory.FirmwareDeploy/Utils.cs#L25
Converting null literal or possible null value to non-nullable type.
|
Build:
ListenAI.Factory.FirmwareDeploy/Utils.cs#L31
Dereference of a possibly null reference.
|
Build:
ListenAI.Factory.FirmwareDeploy/Utils.cs#L34
Possible null reference return.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
ListenAI.Factory.FirmwareDeploy/Utils.cs#L65
Converting null literal or possible null value to non-nullable type.
|
Loading