.NET 8 Upgrade #16
Annotations
10 errors and 1 warning
build:
Source/Launchbar/App.xaml.cs#L69
Non-nullable field 'contextMenu' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Launchbar/Menu.cs#L14
Non-nullable field 'entries' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Launchbar/MenuEntryAdvanced.cs#L153
Possible null reference argument for parameter 'path' in 'BitmapSource? WinHelper.ExtractAssociatedIcon(string path)'.
|
build:
Source/Launchbar/MenuEntryAdvanced.cs#L184
Converting null literal or possible null value to non-nullable type.
|
build:
Source/Launchbar/App.xaml.cs#L16
Type 'App' owns disposable field(s) 'instanceMutex' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
|
build:
Source/Launchbar/Win32/SafeNativeMethods.cs#L98
Avoid 'StringBuilder' parameters for P/Invokes. Consider using a character buffer instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1838)
|
build:
Source/Launchbar/App.xaml.cs#L69
Non-nullable field 'contextMenu' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Launchbar/Menu.cs#L14
Non-nullable field 'entries' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Launchbar/MenuEntryAdvanced.cs#L153
Possible null reference argument for parameter 'path' in 'BitmapSource? WinHelper.ExtractAssociatedIcon(string path)'.
|
build:
Source/Launchbar/MenuEntryAdvanced.cs#L184
Converting null literal or possible null value to non-nullable type.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|