Add Buds2 feature parity with non-samsung phone #52
Annotations
10 warnings
Build arm64:
GalaxyBudsClient/Interface/Developer/DevTools.xaml.cs#L59
'FileDialogFilter' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
|
Build arm64:
GalaxyBudsClient/Utils/TrayManager.cs#L63
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build arm64:
GalaxyBudsClient/Utils/TrayManager.cs#L64
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build arm64:
GalaxyBudsClient/Program.cs#L112
The variable 'ex' is declared but never used
|
Build arm64:
GalaxyBudsClient/Platform/Windows/HotkeyReceiver.Windows.cs#L87
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 arm64:
GalaxyBudsClient/Interface/Transition/PageContainer.xaml.cs#L170
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build arm64:
GalaxyBudsClient/Interface/Pages/WelcomePage.xaml.cs#L35
Possible null reference assignment.
|
Build arm64:
GalaxyBudsClient/Interface/Pages/WelcomePage.xaml.cs#L36
Possible null reference assignment.
|
Build arm64:
GalaxyBudsClient/Interface/Pages/WelcomePage.xaml.cs#L31
Non-nullable field '_darkMode' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build arm64:
GalaxyBudsClient/Interface/Pages/WelcomePage.xaml.cs#L31
Non-nullable field '_locale' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading