database service #1442
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
40 warnings
|
build (Debug, arm64):
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.
|
|
build (Debug, arm64):
src/Starward/AppConfig.cs#L636
Possible null reference return.
|
|
build (Debug, arm64):
src/Starward/AppSetting.cs#L431
Possible null reference return.
|
|
build (Debug, arm64):
src/Starward/Controls/InstallGameDialog.xaml.cs#L290
The variable 'ex' is declared but never used
|
|
build (Debug, arm64):
src/Starward/Controls/ColorfulTextBlock.xaml.cs#L117
The variable 'ex' is declared but never used
|
|
build (Debug, arm64):
src/Starward/Controls/GameBizSelector.xaml.cs#L136
The variable 'ex' is declared but never used
|
|
build (Debug, arm64):
src/Starward/Controls/GameBannerAndPost.xaml.cs#L236
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 (Debug, arm64):
src/Starward/Services/Gacha/ZZZGachaService.cs#L221
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 (Debug, arm64):
src/Starward/Services/Gacha/ZZZGachaService.cs#L240
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 (Debug, arm64):
src/Starward/Pages/Welcome/SelectGamePage.xaml.cs#L110
'AppConfig.SetLastRegionOfGame(GameBiz, GameBiz)' is obsolete: '已不用'
|
|
build (Debug, x64):
src/Starward.Launcher/Starward.Launcher.cpp#L23
'argument': conversion from 'size_t' to 'DWORD', possible loss of data
|
|
build (Debug, x64):
src/Starward.Launcher/Starward.Launcher.cpp#L24
'argument': conversion from 'size_t' to 'DWORD', possible loss of data
|
|
build (Debug, x64):
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.
|
|
build (Debug, x64):
src/Starward/AppConfig.cs#L636
Possible null reference return.
|
|
build (Debug, x64):
src/Starward/AppSetting.cs#L431
Possible null reference return.
|
|
build (Debug, x64):
src/Starward/Pages/Welcome/SelectGamePage.xaml.cs#L110
'AppConfig.SetLastRegionOfGame(GameBiz, GameBiz)' is obsolete: '已不用'
|
|
build (Debug, x64):
src/Starward/Controls/InstallGameDialog.xaml.cs#L290
The variable 'ex' is declared but never used
|
|
build (Debug, x64):
src/Starward/Pages/Welcome/SelectGamePage.xaml.cs#L168
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
|
|
build (Debug, x64):
src/Starward/Controls/GameBizSelector.xaml.cs#L136
The variable 'ex' is declared but never used
|
|
build (Debug, x64):
src/Starward/Controls/GameBannerAndPost.xaml.cs#L236
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 (Release, x64):
src/Starward.Launcher/Starward.Launcher.cpp#L23
'argument': conversion from 'size_t' to 'DWORD', possible loss of data
|
|
build (Release, x64):
src/Starward.Launcher/Starward.Launcher.cpp#L24
'argument': conversion from 'size_t' to 'DWORD', possible loss of data
|
|
build (Release, x64):
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.
|
|
build (Release, x64):
src/Starward/AppConfig.cs#L636
Possible null reference return.
|
|
build (Release, x64):
src/Starward/AppSetting.cs#L431
Possible null reference return.
|
|
build (Release, x64):
src/Starward/Controls/InstallGameDialog.xaml.cs#L290
The variable 'ex' is declared but never used
|
|
build (Release, x64):
src/Starward/Controls/GameBizSelector.xaml.cs#L136
The variable 'ex' is declared but never used
|
|
build (Release, x64):
src/Starward/Controls/GameBannerAndPost.xaml.cs#L236
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 (Release, x64):
src/Starward/Controls/ColorfulTextBlock.xaml.cs#L117
The variable 'ex' is declared but never used
|
|
build (Release, x64):
src/Starward/Services/Gacha/ZZZGachaService.cs#L221
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 (Release, arm64):
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.
|
|
build (Release, arm64):
src/Starward/AppSetting.cs#L431
Possible null reference return.
|
|
build (Release, arm64):
src/Starward/AppConfig.cs#L636
Possible null reference return.
|
|
build (Release, arm64):
src/Starward/Controls/InstallGameDialog.xaml.cs#L290
The variable 'ex' is declared but never used
|
|
build (Release, arm64):
src/Starward/Controls/GameBizSelector.xaml.cs#L136
The variable 'ex' is declared but never used
|
|
build (Release, arm64):
src/Starward/Controls/ColorfulTextBlock.xaml.cs#L117
The variable 'ex' is declared but never used
|
|
build (Release, arm64):
src/Starward/Services/Gacha/ZZZGachaService.cs#L221
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 (Release, arm64):
src/Starward/Services/Gacha/ZZZGachaService.cs#L240
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 (Release, arm64):
src/Starward/Pages/Welcome/SelectGamePage.xaml.cs#L110
'AppConfig.SetLastRegionOfGame(GameBiz, GameBiz)' is obsolete: '已不用'
|
|
build (Release, arm64):
src/Starward/Pages/Welcome/SelectGamePage.xaml.cs#L168
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Starward_Debug_arm64_afbc317
Expired
|
61.5 MB |
sha256:2dd0b50641df12dba21cd04f667acb2b98f538d3782098332840bea336d13966
|
|
|
Starward_Debug_x64_afbc317
Expired
|
61.7 MB |
sha256:bf52f4ed075142042a04845491584669cca420286894c482ec2dcf10a5a6aeb9
|
|
|
Starward_Release_arm64_afbc317
Expired
|
72.6 MB |
sha256:04ddb7de87a124fea63bb9e10ed9d372b41ccd18a5ec72c785ae2b520a69f72e
|
|
|
Starward_Release_x64_afbc317
Expired
|
73.7 MB |
sha256:ba950b00110bb24efebbb68912fe6357689b76539692edf7d75cdda25e84f4d0
|
|