Initial code to escape duplicate calls of event handlers. #118
Annotations
18 warnings
build-ubuntu-latest
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/.
|
build-ubuntu-latest:
src/SmartCommander/Converters/BitmapValueConverter.cs#L30
Dereference of a possibly null reference.
|
build-ubuntu-latest:
src/SmartCommander/Converters/BitmapValueConverter.cs#L30
Converting null literal or possible null value to non-nullable type.
|
build-ubuntu-latest:
src/SmartCommander/ViewModels/FileViewModel.cs#L92
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
build-ubuntu-latest:
src/SmartCommander/ViewModels/FileViewModel.cs#L97
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
build-ubuntu-latest:
src/SmartCommander/Converters/BitmapValueConverter.cs#L30
Dereference of a possibly null reference.
|
build-ubuntu-latest:
src/SmartCommander/Converters/BitmapValueConverter.cs#L30
Converting null literal or possible null value to non-nullable type.
|
build-ubuntu-latest:
src/SmartCommander/ViewModels/FileViewModel.cs#L92
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
build-ubuntu-latest:
src/SmartCommander/ViewModels/FileViewModel.cs#L97
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
build-windows-latest
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/.
|
build-windows-latest:
src/SmartCommander/Converters/BitmapValueConverter.cs#L30
Dereference of a possibly null reference.
|
build-windows-latest:
src/SmartCommander/Converters/BitmapValueConverter.cs#L30
Converting null literal or possible null value to non-nullable type.
|
build-windows-latest:
src/SmartCommander/ViewModels/FileViewModel.cs#L92
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
build-windows-latest:
src/SmartCommander/ViewModels/FileViewModel.cs#L97
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
build-windows-latest:
src/SmartCommander/Converters/BitmapValueConverter.cs#L30
Dereference of a possibly null reference.
|
build-windows-latest:
src/SmartCommander/Converters/BitmapValueConverter.cs#L30
Converting null literal or possible null value to non-nullable type.
|
build-windows-latest:
src/SmartCommander/ViewModels/FileViewModel.cs#L92
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
build-windows-latest:
src/SmartCommander/ViewModels/FileViewModel.cs#L97
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|