Merge pull request #46 from Leo-Corporation/license/copyright-to-2025 #80
Annotations
11 warnings
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#L246
'WindowPropertyItem.ContextMenu' hides inherited member 'FrameworkElement.ContextMenu'. Use the new keyword if hiding was intended.
|
build:
PermaTop/MainWindow.xaml.cs#L43
Cannot convert null literal to non-nullable reference type.
|
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.
|
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/MainWindow.xaml.cs#L52
Dereference of a possibly null reference.
|
build:
PermaTop/Classes/Global.cs#L198
Dereference of a possibly null reference.
|
build:
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)'.
|
build:
PermaTop/Pages/SettingsPage.xaml.cs#L76
Cannot convert null literal to non-nullable reference type.
|