Skip to content

added support for shell icons for files on Windows #559

added support for shell icons for files on Windows

added support for shell icons for files on Windows #559

Triggered via pull request October 6, 2023 05:52
Status Success
Total duration 3m 19s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
build (ubuntu-latest)
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/
build (ubuntu-latest): src/Camelot.ViewModels.Windows/ShellIcons/WindowsShellIconsService.cs#L79
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): src/Camelot.ViewModels.Windows/ShellIcons/ShellIconsCacheService.cs#L73
Converting null literal or possible null value to non-nullable type.
build (macos-latest)
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/
build (macos-latest): 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.
build (macos-latest): 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.
build (macos-latest): 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.
build (macos-latest): src/Camelot.ViewModels.Windows/ShellIcons/WindowsShellIconsService.cs#L79
Converting null literal or possible null value to non-nullable type.
build (macos-latest): src/Camelot.ViewModels.Windows/ShellIcons/ShellIconsCacheService.cs#L73
Converting null literal or possible null value to non-nullable type.
build (macos-latest): src/Camelot.ViewModels.Windows/ShellIcons/ShellIconsCacheService.cs#L78
Converting null literal or possible null value to non-nullable type.
build (windows-latest)
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/
build (windows-latest): src/Camelot.ViewModels.Windows/ShellIcons/WindowsShellIconsService.cs#L79
Converting null literal or possible null value to non-nullable type.
build (windows-latest): 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.
build (windows-latest): 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.
build (windows-latest): 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.
build (windows-latest): src/Camelot.ViewModels.Windows/ShellIcons/ShellIconsCacheService.cs#L73
Converting null literal or possible null value to non-nullable type.