Skip to content

Added the possibility to copy and save response (#676) #824

Added the possibility to copy and save response (#676)

Added the possibility to copy and save response (#676) #824

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

Annotations

10 warnings and 1 notice
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: InternetTest/InternetTest/ViewModels/PingPageViewModel.cs#L75
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: InternetTest/InternetTest/ViewModels/Components/WlanProfileItemViewModel.cs#L139
Dereference of a possibly null reference.
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