Skip to content

Create main.yml

Create main.yml #1

Triggered via push July 14, 2024 23:41
Status Success
Total duration 1m 15s
Billable time 2m
Artifacts

main.yml

on: push
build-and-test
1m 3s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test: DeFRaG_Helper/Objects/Map.cs#L7
Nullability of reference types in type of 'event PropertyChangedEventHandler Map.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-and-test: DeFRaG_Helper/Objects/NavigationItem.cs#L29
Nullability of reference types in type of 'event PropertyChangedEventHandler NavigationItem.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-and-test: DeFRaG_Helper/Objects/ServerNode.cs#L9
Nullability of reference types in type of 'event PropertyChangedEventHandler ServerNode.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-and-test: DeFRaG_Helper/ViewModels/MapViewModel.cs#L30
Nullability of reference types in type of 'event PropertyChangedEventHandler MapViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-and-test: DeFRaG_Helper/ViewModels/ServerViewModel.cs#L40
Nullability of reference types in type of 'event PropertyChangedEventHandler ServerViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-and-test: DeFRaG_Helper/Helpers/RelayCommand.cs#L27
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-and-test: DeFRaG_Helper/Helpers/RelayCommand.cs#L32
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-and-test: DeFRaG_Helper/Helpers/RelayCommand.cs#L15
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build-and-test: DeFRaG_Helper/Helpers/RelayCommand.cs#L21
Cannot convert null literal to non-nullable reference type.
build-and-test: DeFRaG_Helper/Views/Start.xaml.cs#L61
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.