added support for shell icons for files on Windows #558
Annotations
1 error and 11 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/Camelot.ViewModels.Windows/ShellIcons/WindowsShellIconsService.cs#L27
Possible null reference return.
|
src/Camelot.ViewModels.Windows/ShellIcons/WindowsShellIconsService.cs#L79
Converting null literal or possible null value to non-nullable type.
|
src/Camelot.ViewModels.Windows/ShellIcons/WindowsShellIconsService.cs#L83
Possible null reference return.
|
src/Camelot.ViewModels.Windows/ShellIcons/IconExtractor.cs#L95
Possible null reference return.
|
src/Camelot.ViewModels.Windows/ShellIcons/UWPIcon.cs#L25
Possible null reference return.
|
src/Camelot.ViewModels.Windows/ShellIcons/ShellIconsCacheService.cs#L33
Non-nullable field '_shellLinksService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Camelot.ViewModels.Windows/ShellIcons/ShellIconsCacheService.cs#L33
Non-nullable field '_shellIconsService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Camelot.ViewModels.Windows/ShellIcons/ShellIconsCacheService.cs#L33
Non-nullable field '_cache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Camelot.ViewModels.Windows/ShellIcons/ShellIconsCacheService.cs#L73
Converting null literal or possible null value to non-nullable type.
|
src/Camelot.ViewModels.Windows/ShellIcons/ShellIconsCacheService.cs#L78
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading