Skip to content

Bump PeyrSharp.Env from 1.8.0.2308 to 1.9.0.2309 #29

Bump PeyrSharp.Env from 1.8.0.2308 to 1.9.0.2309

Bump PeyrSharp.Env from 1.8.0.2308 to 1.9.0.2309 #29

Triggered via pull request September 1, 2023 04:44
Status Success
Total duration 2m 46s
Artifacts

dotnet-desktop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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/setup-msbuild@v1.0.2. 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: PermaTop/UserControls/WindowPropertyItem.xaml.cs#L124
Possible null reference return.
build: PermaTop/Classes/XmlSerializerManager.cs#L49
Converting null literal or possible null value to non-nullable type.
build: PermaTop/Classes/XmlSerializerManager.cs#L56
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: PermaTop/UserControls/FavoriteItem.xaml.cs#L57
Dereference of a possibly null reference.
build: PermaTop/Classes/Global.cs#L196
Dereference of a possibly null reference.
build: PermaTop/Classes/Global.cs#L202
Possible null reference argument for parameter 'processName' in 'WindowInfo.WindowInfo(string title, string className, bool pinned, IntPtr hWnd, string processName)'.
build: PermaTop/Classes/Global.cs#L45
Non-nullable property 'Favorites' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PermaTop/MainWindow.xaml.cs#L46
Dereference of a possibly null reference.
build: PermaTop/Pages/SettingsPage.xaml.cs#L47
Non-nullable event 'ThemeChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: PermaTop/Pages/SettingsPage.xaml.cs#L47
Non-nullable field 'ThemeSelectedBorder' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.