Skip to content

fix: Cluster 启动之后不进行 Connect() #12

fix: Cluster 启动之后不进行 Connect()

fix: Cluster 启动之后不进行 Connect() #12

Triggered via push March 5, 2024 15:49
Status Success
Total duration 1m 27s
Artifacts

dotnet.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
build (Release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Release)
No files were found with the provided path: bin/Debug bin/Release. No artifacts will be uploaded.
build (Release): CSharp-OpenBMCLAPI/Modules/Challenge.cs#L11
Non-nullable field 'challenge' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): CSharp-OpenBMCLAPI/Modules/Cluster.cs#L40
Dereference of a possibly null reference.
build (Release): CSharp-OpenBMCLAPI/Modules/Cluster.cs#L96
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Release): CSharp-OpenBMCLAPI/Modules/Challenge.cs#L11
Non-nullable field 'challenge' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): CSharp-OpenBMCLAPI/Modules/Cluster.cs#L40
Dereference of a possibly null reference.
build (Release): CSharp-OpenBMCLAPI/Modules/Cluster.cs#L96
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Debug)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Debug)
No files were found with the provided path: bin/Debug bin/Release. No artifacts will be uploaded.
build (Debug): CSharp-OpenBMCLAPI/Modules/Challenge.cs#L11
Non-nullable field 'challenge' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug): CSharp-OpenBMCLAPI/Modules/Cluster.cs#L40
Dereference of a possibly null reference.
build (Debug): CSharp-OpenBMCLAPI/Modules/Cluster.cs#L96
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Debug): CSharp-OpenBMCLAPI/Modules/Challenge.cs#L11
Non-nullable field 'challenge' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug): CSharp-OpenBMCLAPI/Modules/Cluster.cs#L40
Dereference of a possibly null reference.
build (Debug): CSharp-OpenBMCLAPI/Modules/Cluster.cs#L96
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.