Skip to content

Bump PeyrSharp.Env from 1.10.0.2310 to 2.1.0.2312 #427

Bump PeyrSharp.Env from 1.10.0.2310 to 2.1.0.2312

Bump PeyrSharp.Env from 1.10.0.2310 to 2.1.0.2312 #427

Triggered via push March 2, 2024 12:50
Status Success
Total duration 1m 7s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: Gavilya/Commands/RelayCommand.cs#L46
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: Gavilya/Commands/RelayCommand.cs#L51
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: Gavilya/Commands/RelayCommand.cs#L56
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build: Gavilya/Models/ThemeInfo.cs#L48
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: Gavilya/ViewModels/ViewModelBase.cs#L32
Nullability of reference types in type of 'event PropertyChangedEventHandler ViewModelBase.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: Gavilya/ViewModels/ViewModelBase.cs#L34
Cannot convert null literal to non-nullable reference type.
build: Gavilya/Commands/RelayCommand.cs#L35
Cannot convert null literal to non-nullable reference type.
build: Gavilya/Commands/DropBehavior.cs#L57
Converting null literal or possible null value to non-nullable type.
build: Gavilya/App.xaml.cs#L52
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'Gavilya.Models.Language.Default' is not covered.
build: Gavilya/Helpers/UwpHelper.cs#L89
Possible null reference argument for parameter 'Name' in 'UwpApp.UwpApp(string Name, string AppID)'.