BetterGI 0.49.2-alpha.2 #86
Annotations
10 warnings and 1 notice
|
BetterGenshinImpact/View/Windows/ScriptRepoWindow.xaml.cs#L59
Non-nullable field '_repoChannels' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
BetterGenshinImpact/GameTask/AutoOpenChest/AutoOpenChestTask.cs#L100
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.
|
|
BetterGenshinImpact/View/Windows/WelcomeDialog.xaml.cs#L38
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.
|
|
BetterGenshinImpact/GameTask/LogParse/YsHttp.cs#L228
Cannot convert null literal to non-nullable reference type.
|
|
BetterGenshinImpact/Service/Notifier/BarkNotifier.cs#L129
Cannot convert null literal to non-nullable reference type.
|
|
BetterGenshinImpact/GameTask/AutoPathing/Model/WaypointForTrack.cs#L24
'WaypointForTrack.Misidentification' hides inherited member 'Waypoint.Misidentification'. Use the new keyword if hiding was intended.
|
|
BetterGenshinImpact/Helpers/Security/MD5Helper.cs#L14
Cannot convert null literal to non-nullable reference type.
|
|
BetterGenshinImpact/View/Pages/OneDragonFlowPage.xaml.cs#L2
The using directive for 'BetterGenshinImpact.ViewModel.Pages' appeared previously in this namespace
|
|
BetterGenshinImpact/ViewModel/Pages/OneDragonFlowViewModel.cs#L31
The using directive for 'BetterGenshinImpact.Core.Config' appeared previously in this namespace
|
|
Fischless.GameCapture/Graphics/Helpers/WinRT.cs#L61
'ObjectReference<IActivationFactoryVftbl>.Attach(ref nint)' is obsolete: 'This method is deprecated and will be removed in a future release.'
|
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
The logs for this run have expired and are no longer available.
Loading