Skip to content

Fix: trimming crash ios #45

Fix: trimming crash ios

Fix: trimming crash ios #45

Triggered via pull request January 17, 2025 11:46
Status Success
Total duration 4m 2s
Artifacts

pr-deploy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-ios / iOS Publish
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-ios / iOS Publish
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-ios / iOS Publish: App/Services/Fetcher.cs#L48
The variable 'ex' is declared but never used
build-ios / iOS Publish: App/Services/Fetcher.cs#L65
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-ios / iOS Publish: App/Services/Fetcher.cs#L97
The variable 'ex' is declared but never used
build-ios / iOS Publish: App/Services/Fetcher.cs#L132
The variable 'ex' is declared but never used
build-ios / iOS Publish: App/Services/Fetcher.cs#L158
The variable 'ex' is declared but never used
build-ios / iOS Publish: App/Services/Fetcher.cs#L189
The variable 'ex' is declared but never used
build-ios / iOS Publish: App/Services/Fetcher.cs#L210
The variable 'ex' is declared but never used
build-ios / iOS Publish: App/Services/Fetcher.cs#L323
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.