Skip to content

Avalonia migration #2368

Avalonia migration

Avalonia migration #2368

Triggered via pull request February 4, 2026 17:53
Status Failure
Total duration 2m 20s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: Plugins/Flow.Launcher.Plugin.Explorer/Search/WindowsIndex/WindowsIndexSearchManager.cs#L104
The type 'AsyncEnumerable' exists in both 'System.Linq.Async, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263' and 'System.Linq.AsyncEnumerable, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
build: Plugins/Flow.Launcher.Plugin.Explorer/Search/WindowsIndex/WindowsIndexSearchManager.cs#L29
The type 'AsyncEnumerable' exists in both 'System.Linq.Async, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263' and 'System.Linq.AsyncEnumerable, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
build: Plugins/Flow.Launcher.Plugin.PluginsManager/Views/PluginsManagerSettings.xaml#L11
'Grid.ColumnDefinitions' property element cannot be empty. It must contain child elements or text. Line 11 Position 10.
build: Plugins/Flow.Launcher.Plugin.ProcessKiller/Views/SettingsControl.xaml#L14
'Grid.ColumnDefinitions' property element cannot be empty. It must contain child elements or text. Line 14 Position 10.
build: Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs#L246
The call is ambiguous between the following methods or properties: 'System.Linq.AsyncEnumerable.ToAsyncEnumerable<TSource>(System.Collections.Generic.IEnumerable<TSource>)' and 'System.Linq.AsyncEnumerable.ToAsyncEnumerable<TSource>(System.Collections.Generic.IEnumerable<TSource>)'
build: Plugins/Flow.Launcher.Plugin.Explorer/Search/WindowsIndex/WindowsIndex.cs#L82
The type 'AsyncEnumerable' exists in both 'System.Linq.Async, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263' and 'System.Linq.AsyncEnumerable, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
build: Plugins/Flow.Launcher.Plugin.Explorer/Search/WindowsIndex/WindowsIndexSearchManager.cs#L104
The type 'AsyncEnumerable' exists in both 'System.Linq.Async, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263' and 'System.Linq.AsyncEnumerable, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
build: Plugins/Flow.Launcher.Plugin.Explorer/Search/WindowsIndex/WindowsIndexSearchManager.cs#L29
The type 'AsyncEnumerable' exists in both 'System.Linq.Async, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263' and 'System.Linq.AsyncEnumerable, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
build: Plugins/Flow.Launcher.Plugin.PluginsManager/Views/PluginsManagerSettings.xaml#L11
'Grid.ColumnDefinitions' property element cannot be empty. It must contain child elements or text. Line 11 Position 10.
build: Plugins/Flow.Launcher.Plugin.ProcessKiller/Views/SettingsControl.xaml#L14
'Grid.ColumnDefinitions' property element cannot be empty. It must contain child elements or text. Line 14 Position 10.
build: Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenu.cs#L40
Non-nullable field '_oDesktopFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenu.cs#L40
Non-nullable field '_oContextMenu3' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenu.cs#L40
Non-nullable field '_oContextMenu2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenu.cs#L40
Non-nullable field '_oContextMenu' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Plugins/Flow.Launcher.Plugin.Explorer/Views/Avalonia/PreviewPanel.axaml.cs#L383
'PreviewPanel.PropertyChanged' hides inherited member 'AvaloniaObject.PropertyChanged'. Use the new keyword if hiding was intended.
build: Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs#L44
Nullability of reference types in type of parameter 'y' of 'bool PathEqualityComparator.Equals(Result x, Result y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Result>.Equals(Result? x, Result? y)' (possibly because of nullability attributes).
build: Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs#L44
Nullability of reference types in type of parameter 'x' of 'bool PathEqualityComparator.Equals(Result x, Result y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Result>.Equals(Result? x, Result? y)' (possibly because of nullability attributes).
build: Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs#L355
Cannot convert null literal to non-nullable reference type.
build: Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingSearchOption.cs#L8
Cannot convert null literal to non-nullable reference type.
build: Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingSearchOption.cs#L7
Cannot convert null literal to non-nullable reference type.