Merge branch 'main' of https://github.com/Leo-Corporation/PermaTop #72
Annotations
13 warnings
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/
|
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, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
PermaTop/UserControls/WindowPropertyItem.xaml#L246
'WindowPropertyItem.ContextMenu' hides inherited member 'FrameworkElement.ContextMenu'. Use the new keyword if hiding was intended.
|
PermaTop/Classes/XmlSerializerManager.cs#L49
Converting null literal or possible null value to non-nullable type.
|
PermaTop/Classes/XmlSerializerManager.cs#L56
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
PermaTop/MainWindow.xaml.cs#L43
Cannot convert null literal to non-nullable reference type.
|
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.
|
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.
|
PermaTop/Classes/Global.cs#L198
Dereference of a possibly null reference.
|
PermaTop/Classes/Global.cs#L204
Possible null reference argument for parameter 'processName' in 'WindowInfo.WindowInfo(string title, string className, bool pinned, IntPtr hWnd, string processName)'.
|
PermaTop/MainWindow.xaml.cs#L52
Dereference of a possibly null reference.
|
PermaTop/Classes/Global.cs#L47
Non-nullable property 'Favorites' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading