Skip to content

Update main.yml

Update main.yml #21

Triggered via push March 23, 2024 22:52
Status Success
Total duration 9m 5s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Android
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Android
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Android: src/QuickStockTaker.Core/Services/CsvExportService.cs#L61
The variable 'e' is declared but never used
Android: src/QuickStockTaker.Core/Services/EmailUploadService.cs#L78
The variable 'e' is declared but never used
Android: src/QuickStockTaker.Core/ViewModels/AboutViewModel.cs#L52
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.
Android: src/QuickStockTaker.Core/Models/Sqlite/SQLiteDB.cs#L12
The field 'SQLiteDB.database' is never used
Android: src/QuickStockTaker.Core/ViewModels/HomeTabViewModel.cs#L18
The field 'HomeTabViewModel._shown' is never used
Android: src/QuickStockTaker/Helpers/FontAwesome.cs#L27
'FontAwesomeFreeReg.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.
Android: src/QuickStockTaker/Helpers/FontAwesomeFreeSolid.cs#L24
'FontAwesomeFreeSolid.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.
Android: src/QuickStockTaker/Views/SettingsPage.xaml.cs#L7
The field 'SettingsPage._vm' is never used
Android
The TargetFrameworkVersion (Android API level 34) is higher than the targetSdkVersion (28). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match.