Dev/multilang #88
Merged
Dev/multilang #88
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/SmartCommander/Converters/BitmapValueConverter.cs#L30
Dereference of a possibly null reference.
|
src/SmartCommander/ViewModels/OptionsViewModel.cs#L57
Possible null reference assignment.
|
src/SmartCommander/ViewModels/OptionsViewModel.cs#L41
Non-nullable property 'SelectedCulture' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/SmartCommander/ViewModels/MainWindowViewModel.cs#L23
Non-nullable property 'TabCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/SmartCommander/ViewModels/MainWindowViewModel.cs#L23
Non-nullable property 'SelectedPane' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/SmartCommander/ViewModels/FileViewModel.cs#L92
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
src/SmartCommander/ViewModels/FileViewModel.cs#L97
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
src/SmartCommander/ViewModels/FilesPaneViewModel.cs#L115
Non-nullable event 'FocusChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
src/SmartCommander/ViewModels/FilesPaneViewModel.cs#L121
Non-nullable event 'FocusChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
src/SmartCommander/Converters/BitmapValueConverter.cs#L30
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading