Skip to content

Build and Publish WinUI3 App #17

Build and Publish WinUI3 App

Build and Publish WinUI3 App #17

Manually triggered October 11, 2025 13:38
Status Success
Total duration 2m 46s
Artifacts

TestUploadMSStore.yml

on: workflow_dispatch
Build and Upload to Store
2m 42s
Build and Upload to Store
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Upload to Store: RailGo/Views/TrainNumberTripDetailsPage.xaml.cs#L34
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 and Upload to Store: RailGo/Views/TrainNumberTripDetailsPage.xaml.cs#L33
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 and Upload to Store: RailGo/Views/TrainNumberTripDetailsPage.xaml.cs#L22
Non-nullable field 'date' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build and Upload to Store: RailGo/Views/TrainNumberTripDetailsPage.xaml.cs#L22
Non-nullable field 'train_no' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build and Upload to Store: RailGo/Views/Train_NumberPage.xaml.cs#L30
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 and Upload to Store: RailGo/Views/Train_NumberPage.xaml.cs#L20
Non-nullable field '_item' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build and Upload to Store: RailGo.Core/OnlineQuery/DBGetService.cs#L181
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 and Upload to Store: RailGo.Core/Models/LocalSettingsOptions.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Upload to Store: RailGo.Core/Models/LocalSettingsOptions.cs#L5
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.