Skip to content

Updated file paths to published win-x64 output #809

Updated file paths to published win-x64 output

Updated file paths to published win-x64 output #809

Triggered via push August 12, 2025 17:00
Status Success
Total duration 1m 14s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
build: InternetTest/InternetTest/Models/Network.cs#L27
Non-nullable property 'Ssid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: InternetTest/InternetTest/ViewModels/SettingsPageViewModel.cs#L309
Non-nullable field '_updateTextColor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: InternetTest/InternetTest/ViewModels/SettingsPageViewModel.cs#L309
Non-nullable field '_updateBorderColor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: InternetTest/InternetTest/ViewModels/SettingsPageViewModel.cs#L309
Non-nullable field '_updateBtnIcon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: InternetTest/InternetTest/ViewModels/SettingsPageViewModel.cs#L309
Non-nullable field '_updateIcon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: InternetTest/InternetTest/ViewModels/SettingsPageViewModel.cs#L309
Non-nullable field '_updateText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: InternetTest/InternetTest/Commands/RelayCommand.cs#L31
Cannot convert null literal to non-nullable reference type.
build: InternetTest/InternetTest/Commands/RelayCommand.cs#L46
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build: InternetTest/InternetTest/Commands/RelayCommand.cs#L41
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build: InternetTest/InternetTest/Commands/RelayCommand.cs#L36
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build
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