Fix: trimming crash ios #45
Annotations
10 warnings
Download Provisioning Profiles
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/
|
Upload app to TestFlight
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/
|
Compile the iOS app:
App/Services/Fetcher.cs#L48
The variable 'ex' is declared but never used
|
Compile the iOS app:
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.
|
Compile the iOS app:
App/Services/Fetcher.cs#L97
The variable 'ex' is declared but never used
|
Compile the iOS app:
App/Services/Fetcher.cs#L132
The variable 'ex' is declared but never used
|
Compile the iOS app:
App/Services/Fetcher.cs#L158
The variable 'ex' is declared but never used
|
Compile the iOS app:
App/Services/Fetcher.cs#L189
The variable 'ex' is declared but never used
|
Compile the iOS app:
App/Services/Fetcher.cs#L210
The variable 'ex' is declared but never used
|
Compile the iOS app:
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.
|
Loading