0.11.7-preview.6 #61
Annotations
12 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/[email protected], actions/[email protected], softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Starward.Core/HoYoPlay/HoYoPlayClient.cs#L56
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(JsonNode, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
src/Starward/obj/x64/Release/net8.0-windows10.0.22621.0/win10-x64/Pages/GameLauncherPage.g.i.cs#L22
'GameLauncherPage.GameBannerAndPost': new protected member declared in sealed type
|
src/Starward/obj/x64/Release/net8.0-windows10.0.22621.0/win10-x64/Pages/GameLauncherPage.g.i.cs#L48
'GameLauncherPage.Button_SettingRepairGame': new protected member declared in sealed type
|
src/Starward/obj/x64/Release/net8.0-windows10.0.22621.0/win10-x64/Pages/GameLauncherPage.g.i.cs#L50
'GameLauncherPage.Button_UninstallGame': new protected member declared in sealed type
|
src/Starward/Controls/GameBizSelector.xaml.cs#L143
The variable 'ex' is declared but never used
|
src/Starward/Controls/GameBannerAndPost.xaml.cs#L232
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.
|
src/Starward/Pages/Welcome/SelectGamePage.xaml.cs#L110
'AppConfig.SetLastRegionOfGame(GameBiz, GameBiz)' is obsolete: '已不用'
|
src/Starward/Services/Gacha/ZZZGachaService.cs#L223
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.
|
src/Starward/Services/Gacha/ZZZGachaService.cs#L242
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.
|
src/Starward/Controls/GameBannerAndPost.xaml.cs#L26
Field 'GameBannerAndPost._logger' is never assigned to, and will always have its default value null
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "metadata_arm64", "metadata_x64".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading