Fixed an issue when switching theme #805
Annotations
10 warnings and 1 notice
|
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/Models/Network.cs#L32
Non-nullable property 'InterfaceDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
InternetTest/InternetTest/Models/Network.cs#L31
Non-nullable property 'ProfileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
InternetTest/InternetTest/Models/Network.cs#L29
Non-nullable property 'BssType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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/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
|