Skip to content

Added General section of Settings (#670) #804

Added General section of Settings (#670)

Added General section of Settings (#670) #804

Triggered via push August 11, 2025 10:44
Status Success
Total duration 1m 19s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
build: InternetTest/InternetTest/ViewModels/HomePageViewModel.cs#L81
Non-nullable field '_ipLocation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: InternetTest/InternetTest/ViewModels/HomePageViewModel.cs#L81
Non-nullable field '_ipAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: InternetTest/InternetTest/ViewModels/HomePageViewModel.cs#L81
Non-nullable field '_wiFiIcon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: InternetTest/InternetTest/ViewModels/HomePageViewModel.cs#L81
Non-nullable field '_wiFiStrengthText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: InternetTest/InternetTest/ViewModels/HomePageViewModel.cs#L81
Non-nullable field '_wiFiName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: InternetTest/InternetTest/ViewModels/HomePageViewModel.cs#L81
Non-nullable field '_statusText' 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