Skip to content

solving warnings

solving warnings #126

Triggered via push February 5, 2025 14:12
Status Success
Total duration 13m 13s
Artifacts

prerelease.yml

on: push
detect-platform
2s
detect-platform
Matrix: build
Matrix: release
Matrix: pupnet
Matrix: pupnet-innosetup
Matrix: calculate-hash
Fit to window
Zoom out
Zoom in

Annotations

1 error and 50 warnings
build (ubuntu-latest)
Process completed with exit code 1.
build (ubuntu-latest): bookmark-dlp/App.axaml.cs#L25
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 (ubuntu-latest): bookmark-dlp/ViewModels/SettingsViewModel.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.
build (ubuntu-latest): bookmark-dlp/Models/MessageBus.cs#L12
Non-nullable event 'ButtonClicked' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build (ubuntu-latest): bookmark-dlp/ViewModels/MainWindowViewModel.cs#L98
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 (ubuntu-latest): bookmark-dlp/ViewModels/DownloadingViewModel.cs#L67
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 (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L76
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L77
Dereference of a possibly null reference.
build (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L85
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L103
Dereference of a possibly null reference.
build (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L105
Dereference of a possibly null reference.
build (ubuntu-latest): bookmark-dlp/App.axaml.cs#L25
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 (ubuntu-latest): bookmark-dlp/ViewModels/SettingsViewModel.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.
build (ubuntu-latest): bookmark-dlp/ViewModels/MainWindowViewModel.cs#L98
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 (ubuntu-latest): bookmark-dlp/Models/MessageBus.cs#L12
Non-nullable event 'ButtonClicked' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L53
The variable 'concurrent_downloads' is assigned but its value is never used
build (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L54
The variable 'cookies_autoextract' is assigned but its value is never used
build (ubuntu-latest): bookmark-dlp/ViewModels/DownloadingViewModel.cs#L67
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 (ubuntu-latest): bookmark-dlp/App.axaml.cs#L25
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 (ubuntu-latest): bookmark-dlp/ViewModels/SettingsViewModel.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.
build (ubuntu-latest): bookmark-dlp/ViewModels/MainWindowViewModel.cs#L98
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.
release (ubuntu-latest): bookmark-dlp/Models/MessageBus.cs#L12
Non-nullable event 'ButtonClicked' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
release (ubuntu-latest): bookmark-dlp/App.axaml.cs#L25
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.
release (ubuntu-latest): bookmark-dlp/ViewModels/DownloadingViewModel.cs#L67
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.
release (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L76
Converting null literal or possible null value to non-nullable type.
release (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L77
Dereference of a possibly null reference.
release (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L85
Converting null literal or possible null value to non-nullable type.
release (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L103
Dereference of a possibly null reference.
release (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L105
Dereference of a possibly null reference.
release (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L189
Converting null literal or possible null value to non-nullable type.
release (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L190
Converting null literal or possible null value to non-nullable type.
pupnet (ubuntu-latest): bookmark-dlp/Models/MessageBus.cs#L12
Non-nullable event 'ButtonClicked' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
pupnet (ubuntu-latest): bookmark-dlp/App.axaml.cs#L25
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.
pupnet (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L76
Converting null literal or possible null value to non-nullable type.
pupnet (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L77
Dereference of a possibly null reference.
pupnet (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L85
Converting null literal or possible null value to non-nullable type.
pupnet (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L103
Dereference of a possibly null reference.
pupnet (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L105
Dereference of a possibly null reference.
pupnet (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L189
Converting null literal or possible null value to non-nullable type.
pupnet (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L190
Converting null literal or possible null value to non-nullable type.
pupnet (ubuntu-latest): bookmark-dlp/CoreLogic.cs#L53
The variable 'concurrent_downloads' is assigned but its value is never used
pupnet-innosetup (windows-latest): bookmark-dlp/Models/MessageBus.cs#L12
Non-nullable event 'ButtonClicked' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
pupnet-innosetup (windows-latest): bookmark-dlp/CoreLogic.cs#L76
Converting null literal or possible null value to non-nullable type.
pupnet-innosetup (windows-latest): bookmark-dlp/CoreLogic.cs#L77
Dereference of a possibly null reference.
pupnet-innosetup (windows-latest): bookmark-dlp/CoreLogic.cs#L85
Converting null literal or possible null value to non-nullable type.
pupnet-innosetup (windows-latest): bookmark-dlp/CoreLogic.cs#L103
Dereference of a possibly null reference.
pupnet-innosetup (windows-latest): bookmark-dlp/CoreLogic.cs#L105
Dereference of a possibly null reference.
pupnet-innosetup (windows-latest): bookmark-dlp/CoreLogic.cs#L189
Converting null literal or possible null value to non-nullable type.
pupnet-innosetup (windows-latest): bookmark-dlp/CoreLogic.cs#L190
Converting null literal or possible null value to non-nullable type.
pupnet-innosetup (windows-latest): bookmark-dlp/CoreLogic.cs#L53
The variable 'concurrent_downloads' is assigned but its value is never used
pupnet-innosetup (windows-latest): bookmark-dlp/CoreLogic.cs#L54
The variable 'cookies_autoextract' is assigned but its value is never used