Skip to content

Feature/quick search #574

Feature/quick search

Feature/quick search #574

Triggered via pull request November 27, 2023 07:37
Status Failure
Total duration 1m 19s
Artifacts

build.yml

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

Annotations

12 errors and 13 warnings
build (ubuntu-latest): tests/Camelot.ViewModels.Tests/FilePanels/FilesPanelViewModelTests.cs#L81
Argument 15: cannot convert from 'Camelot.ViewModels.Interfaces.MainWindow.FilePanels.Tabs.ITabsListViewModel' to 'Camelot.ViewModels.Interfaces.MainWindow.FilePanels.IQuickSearchViewModel'
build (ubuntu-latest): tests/Camelot.ViewModels.Tests/FilePanels/FilesPanelViewModelTests.cs#L82
Argument 16: cannot convert from 'Camelot.ViewModels.Interfaces.MainWindow.Operations.IOperationsViewModel' to 'Camelot.ViewModels.Interfaces.MainWindow.FilePanels.Tabs.ITabsListViewModel'
build (ubuntu-latest): tests/Camelot.ViewModels.Tests/FilePanels/FilesPanelViewModelTests.cs#L83
Argument 17: cannot convert from 'Camelot.ViewModels.Interfaces.MainWindow.FilePanels.IDirectorySelectorViewModel' to 'Camelot.ViewModels.Interfaces.MainWindow.Operations.IOperationsViewModel'
build (ubuntu-latest): tests/Camelot.ViewModels.Tests/FilePanels/FilesPanelViewModelTests.cs#L84
Argument 18: cannot convert from 'Camelot.ViewModels.Services.Interfaces.IDragAndDropOperationsMediator' to 'Camelot.ViewModels.Interfaces.MainWindow.FilePanels.IDirectorySelectorViewModel'
build (ubuntu-latest): tests/Camelot.ViewModels.Tests/FilePanels/FilesPanelViewModelTests.cs#L85
Argument 19: cannot convert from 'Camelot.ViewModels.Interfaces.MainWindow.FilePanels.IClipboardOperationsViewModel' to 'Camelot.ViewModels.Services.Interfaces.IDragAndDropOperationsMediator'
build (ubuntu-latest): tests/Camelot.ViewModels.Tests/FilePanels/FilesPanelViewModelTests.cs#L86
Argument 20: cannot convert from 'Camelot.Services.Abstractions.IQuickSearchService' to 'Camelot.ViewModels.Interfaces.MainWindow.FilePanels.IClipboardOperationsViewModel'
build (ubuntu-latest): tests/Camelot.ViewModels.Tests/FilePanels/FilesPanelViewModelTests.cs#L81
Argument 15: cannot convert from 'Camelot.ViewModels.Interfaces.MainWindow.FilePanels.Tabs.ITabsListViewModel' to 'Camelot.ViewModels.Interfaces.MainWindow.FilePanels.IQuickSearchViewModel'
build (ubuntu-latest): tests/Camelot.ViewModels.Tests/FilePanels/FilesPanelViewModelTests.cs#L82
Argument 16: cannot convert from 'Camelot.ViewModels.Interfaces.MainWindow.Operations.IOperationsViewModel' to 'Camelot.ViewModels.Interfaces.MainWindow.FilePanels.Tabs.ITabsListViewModel'
build (ubuntu-latest): tests/Camelot.ViewModels.Tests/FilePanels/FilesPanelViewModelTests.cs#L83
Argument 17: cannot convert from 'Camelot.ViewModels.Interfaces.MainWindow.FilePanels.IDirectorySelectorViewModel' to 'Camelot.ViewModels.Interfaces.MainWindow.Operations.IOperationsViewModel'
build (ubuntu-latest): tests/Camelot.ViewModels.Tests/FilePanels/FilesPanelViewModelTests.cs#L84
Argument 18: cannot convert from 'Camelot.ViewModels.Services.Interfaces.IDragAndDropOperationsMediator' to 'Camelot.ViewModels.Interfaces.MainWindow.FilePanels.IDirectorySelectorViewModel'
build (windows-latest)
The operation was canceled.
build (macos-latest)
The operation was canceled.
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/SystemImageToAvaloniaBitmapConverter.cs#L28
This call site is reachable on all platforms. 'BitmapData.Width' is only supported on: 'windows'.
build (ubuntu-latest): src/Camelot.ViewModels.Windows/ShellIcons/WindowsShellIconsService.cs#L87
This call site is reachable on all platforms. 'Icon.ToBitmap()' is only supported on: 'windows'.
build (ubuntu-latest): src/Camelot.ViewModels.Windows/ShellIcons/SystemImageToAvaloniaBitmapConverter.cs#L24
This call site is reachable on all platforms. 'ImageLockMode.ReadWrite' is only supported on: 'windows'.
build (ubuntu-latest): src/Camelot.ViewModels.Windows/WinApi/IconExtractor.cs#L66
This call site is reachable on all platforms. 'Icon.ExtractAssociatedIcon(string)' is only supported on: 'windows'.
build (ubuntu-latest): src/Camelot.ViewModels.Windows/WinApi/IconExtractor.cs#L89
This call site is reachable on all platforms. 'Icon.FromHandle(IntPtr)' is only supported on: 'windows'.
build (ubuntu-latest): src/Camelot.ViewModels.Windows/WinApi/IconExtractor.cs#L94
This call site is reachable on all platforms. 'Icon.FromHandle(IntPtr)' is only supported on: 'windows'.
build (ubuntu-latest): src/Camelot.ViewModels.Windows/ShellIcons/SystemImageToAvaloniaBitmapConverter.cs#L23
This call site is reachable on all platforms. 'Image.Height' is only supported on: 'windows'.
build (ubuntu-latest): src/Camelot.ViewModels.Windows/ShellIcons/SystemImageToAvaloniaBitmapConverter.cs#L27
This call site is reachable on all platforms. 'BitmapData.Scan0' is only supported on: 'windows'.
build (ubuntu-latest): src/Camelot.ViewModels.Windows/ShellIcons/SystemImageToAvaloniaBitmapConverter.cs#L31
This call site is reachable on all platforms. 'Bitmap.UnlockBits(BitmapData)' is only supported on: 'windows'.
build (ubuntu-latest): src/Camelot.ViewModels.Windows/ShellIcons/SystemImageToAvaloniaBitmapConverter.cs#L28
This call site is reachable on all platforms. 'BitmapData.Height' is only supported on: 'windows'.
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 (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/