Skip to content

New Crowdin updates #2096

New Crowdin updates

New Crowdin updates #2096

Triggered via pull request January 3, 2026 14:54
@ScighostScighost
synchronize #1709
l10n/main
Status Success
Total duration 6m 39s
Artifacts 4

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
build (Debug, x64): src/Starward/Features/Database/DatabaseService.cs#L200
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.NonPublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.NonPublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.NonPublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.NonPublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.NonPublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents', 'DynamicallyAccessedMemberTypes.NonPublicEvents', 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'System.ComponentModel.TypeDescriptor.GetConverter(Type)'. The generic parameter 'T' of 'Starward.Features.Database.DatabaseService.TryGetValue<T>(String, out T, out DateTime, T)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build (Debug, x64): src/Starward/Features/Database/DatabaseService.cs#L169
Using member 'System.ComponentModel.TypeDescriptor.GetConverter(Type)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Generic TypeConverters may require the generic types to be annotated. For example, NullableConverter requires the underlying type to be DynamicallyAccessedMembers All.
build (Debug, x64): src/Starward/Features/Database/DatabaseService.cs#L169
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.NonPublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.NonPublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.NonPublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.NonPublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.NonPublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents', 'DynamicallyAccessedMemberTypes.NonPublicEvents', 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'System.ComponentModel.TypeDescriptor.GetConverter(Type)'. The generic parameter 'T' of 'Starward.Features.Database.DatabaseService.GetValue<T>(String, out DateTime, T)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build (Debug, x64): src/Starward/AppConfig.Setting.cs#L656
Using member 'System.ComponentModel.TypeDescriptor.GetConverter(Type)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Generic TypeConverters may require the generic types to be annotated. For example, NullableConverter requires the underlying type to be DynamicallyAccessedMembers All.
build (Debug, x64): src/Starward/AppConfig.Setting.cs#L656
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.NonPublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.NonPublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.NonPublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.NonPublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.NonPublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents', 'DynamicallyAccessedMemberTypes.NonPublicEvents', 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'System.ComponentModel.TypeDescriptor.GetConverter(Type)'. The generic parameter 'T' of 'Starward.AppConfig.ConvertFromString<T>(String, T)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build (Debug, x64): src/Starward/obj/x64/Debug/net10.0-windows10.0.26100.0/win-x64/XamlTypeInfo.g.cs#L1419
Using member 'Microsoft.Xaml.Interactivity.EventTriggerBehavior.EventTriggerBehavior()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This behavior is not trim-safe.
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.Launcher/Starward.Launcher.cpp#L23
'argument': conversion from 'size_t' to 'DWORD', possible loss of data
build (Debug, arm64): src/Starward/AppConfig.Setting.cs#L656
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.NonPublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.NonPublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.NonPublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.NonPublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.NonPublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents', 'DynamicallyAccessedMemberTypes.NonPublicEvents', 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'System.ComponentModel.TypeDescriptor.GetConverter(Type)'. The generic parameter 'T' of 'Starward.AppConfig.ConvertFromString<T>(String, T)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build (Debug, arm64): src/Starward/Features/Database/DapperSqlMapper.cs#L70
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, 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/Features/Database/DapperSqlMapper.cs#L78
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, 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/Features/Database/DapperSqlMapper.cs#L99
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, 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/Features/Database/DatabaseService.cs#L169
Using member 'System.ComponentModel.TypeDescriptor.GetConverter(Type)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Generic TypeConverters may require the generic types to be annotated. For example, NullableConverter requires the underlying type to be DynamicallyAccessedMembers All.
build (Debug, arm64): src/Starward/Features/Database/DatabaseService.cs#L169
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.NonPublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.NonPublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.NonPublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.NonPublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.NonPublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents', 'DynamicallyAccessedMemberTypes.NonPublicEvents', 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'System.ComponentModel.TypeDescriptor.GetConverter(Type)'. The generic parameter 'T' of 'Starward.Features.Database.DatabaseService.GetValue<T>(String, out DateTime, T)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build (Debug, arm64): src/Starward/Features/Database/DapperSqlMapper.cs#L91
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, 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/obj/arm64/Debug/net10.0-windows10.0.26100.0/win-arm64/XamlTypeInfo.g.cs#L1419
Using member 'Microsoft.Xaml.Interactivity.EventTriggerBehavior.EventTriggerBehavior()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This behavior is not trim-safe.
build (Release, x64): src/Starward/Features/GameRecord/Genshin/SpiralAbyssPage.xaml.cs#L77
The field Starward.Features.GameRecord.Genshin.SpiralAbyssPage.currentAbyss using
build (Release, x64): src/Starward/Features/GameRecord/Genshin/SpiralAbyssPage.xaml.cs#L72
The field Starward.Features.GameRecord.Genshin.SpiralAbyssPage.abyssList using
build (Release, x64): src/Starward/Features/GameRecord/Genshin/SpiralAbyssPage.xaml.cs#L67
The field Starward.Features.GameRecord.Genshin.SpiralAbyssPage.hasData using
build (Release, x64): src/Starward/Features/Gacha/DeleteGachaLogDialog.xaml.cs#L51
The field Starward.Features.Gacha.DeleteGachaLogDialog.selectUid using
build (Release, x64): src/Starward/Features/Gacha/DeleteGachaLogDialog.xaml.cs#L46
The field Starward.Features.Gacha.DeleteGachaLogDialog.uidList using
build (Release, x64): src/Starward/Features/GameRecord/BBSWebBridge.xaml.cs#L84
The field Starward.Features.GameRecord.BBSWebBridge._GameRecordRole using
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.Launcher/Starward.Launcher.cpp#L23
'argument': conversion from 'size_t' to 'DWORD', possible loss of data
build (Release, arm64): src/Starward/Features/GameRecord/Genshin/SpiralAbyssPage.xaml.cs#L67
The field Starward.Features.GameRecord.Genshin.SpiralAbyssPage.hasData using
build (Release, arm64): src/Starward/Features/GameRecord/ZZZ/InterKnotMonthlyReportPage.xaml.cs#L94
The field Starward.Features.GameRecord.ZZZ.InterKnotMonthlyReportPage.dayDataList using
build (Release, arm64): src/Starward/Features/GameRecord/ZZZ/InterKnotMonthlyReportPage.xaml.cs#L90
The field Starward.Features.GameRecord.ZZZ.InterKnotMonthlyReportPage.selectSeries using
build (Release, arm64): src/Starward/Features/GameRecord/ZZZ/InterKnotMonthlyReportPage.xaml.cs#L86
The field Starward.Features.GameRecord.ZZZ.InterKnotMonthlyReportPage.currentSeries using
build (Release, arm64): src/Starward/Features/GameRecord/ZZZ/InterKnotMonthlyReportPage.xaml.cs#L78
The field Starward.Features.GameRecord.ZZZ.InterKnotMonthlyReportPage.selectMonthData using
build (Release, arm64): src/Starward/Features/GameRecord/ZZZ/InterKnotMonthlyReportPage.xaml.cs#L82
The field Starward.Features.GameRecord.ZZZ.InterKnotMonthlyReportPage.monthDataList using
build (Release, arm64): src/Starward/Features/GameRecord/ZZZ/InterKnotMonthlyReportPage.xaml.cs#L74
The field Starward.Features.GameRecord.ZZZ.InterKnotMonthlyReportPage.currentSummary using
build (Release, arm64): src/Starward/Features/GameRecord/BBSWebBridge.xaml.cs#L84
The field Starward.Features.GameRecord.BBSWebBridge._GameRecordRole using

Artifacts

Produced during runtime
Name Size Digest
Starward_Debug_arm64_005d051
90.9 MB
sha256:27352c097f4395a31fc2d32c5b40812e976207ae48597170b28b72d99f5f4322
Starward_Debug_x64_005d051
94.7 MB
sha256:7607e7005784251f3a6d5f2721fade0a874d420dcdd68443556c2f0d063348de
Starward_Release_arm64_005d051
108 MB
sha256:ced469dcd0450427f9d5ff9c86a6fb9f678e57f4e6c1132e84377930e17d4c51
Starward_Release_x64_005d051
115 MB
sha256:46c123f36d1b72304655bd42924e7ce62ddfb499f8d08b908658a5a3877e1626