Added basic controller navigation support #13
Merged
Annotations
10 warnings
|
|
|
Settings/InstalledPackages.cs#L76
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Settings/InstalledPackages.cs#L81
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Pages/Settings/UiSettingsPage.xaml.cs#L56
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.
|
|
Pages/Settings/UiSettingsPage.xaml.cs#L77
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.
|
|
Dialogs/ProgressController.cs#L47
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.
|
|
Dialogs/ProgressController.cs#L43
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.
|
|
Dialogs/ProgressController.cs#L62
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.
|
|
Dialogs/ProgressController.cs#L58
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.
|
|
Utils/Packages.cs#L215
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading