Skip to content

[Back | CRUD] ProductGetList & ObjectStorageGet (#45) #26

[Back | CRUD] ProductGetList & ObjectStorageGet (#45)

[Back | CRUD] ProductGetList & ObjectStorageGet (#45) #26

Triggered via push October 22, 2023 23:55
Status Success
Total duration 10m 43s
Artifacts

Build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and Deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Deploy: TSystems.LoveOTC/Program.cs#L30
Unreachable code detected
Build and Deploy: TSystems.LoveOTC/Program.cs#L38
Unreachable code detected
Build and Deploy: TSystems.LoveOTC/Program.cs#L57
Unreachable code detected
Build and Deploy: TSystems.LoveOTC/ShopContext.cs#L75
Unreachable code detected
Build and Deploy: TSystems.LoveOTC/AdminHub/Order/Get.cs#L14
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 and Deploy: TSystems.LoveOTC/AdminHub/Order/Post.cs#L11
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 and Deploy: TSystems.LoveOTC/AdminHub/Order/Post.cs#L22
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 and Deploy: TSystems.LoveOTC/AdminHub/Order/Post.cs#L33
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 and Deploy: TSystems.LoveOTC/AdminHub/Product/Delete.cs#L10
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 and Deploy: TSystems.LoveOTC/AdminHub/Product/Delete.cs#L21
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.