Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: CommandBarFlyout #10411

Open
wants to merge 50 commits into
base: master
Choose a base branch
from

chore: Fix toggle button reliability

dd892dc
Select commit
Loading
Failed to load commit list.
Open

feat: CommandBarFlyout #10411

chore: Fix toggle button reliability
dd892dc
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Uno.UI - CI (Build Binaries WinUI .NET Mobile Package Binaries) failed Jan 31, 2025 in 13m 50s

Build Binaries WinUI .NET Mobile Package Binaries failed

Annotations

Check failure on line 305 in src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.UI - CI (Build Binaries WinUI .NET Mobile Package Binaries)

src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs#L305

src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs(305,21): Error CS0246: The type or namespace name 'NativeCommandBarPresenter' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 305 in src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.UI - CI (Build Binaries WinUI .NET Mobile Package Binaries)

src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs#L305

src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs(305,6): Error CS0313: The type 'NativeCommandBarPresenter?' cannot be used as type parameter 'T' in the generic type or method 'DependencyObjectExtensions.FindFirstChild<T>(DependencyObject, int?, bool)'. The nullable type 'NativeCommandBarPresenter?' does not satisfy the constraint of 'Microsoft.UI.Xaml.DependencyObject'. Nullable types can not satisfy any interface constraints.

Check failure on line 305 in src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.UI - CI (Build Binaries WinUI .NET Mobile Package Binaries)

src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs#L305

src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs(305,21): Error CS0246: The type or namespace name 'NativeCommandBarPresenter' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 305 in src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.UI - CI (Build Binaries WinUI .NET Mobile Package Binaries)

src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs#L305

src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs(305,6): Error CS0313: The type 'NativeCommandBarPresenter?' cannot be used as type parameter 'T' in the generic type or method 'DependencyObjectExtensions.FindFirstChild<T>(DependencyObject, int?, bool)'. The nullable type 'NativeCommandBarPresenter?' does not satisfy the constraint of 'Microsoft.UI.Xaml.DependencyObject'. Nullable types can not satisfy any interface constraints.

Check failure on line 305 in src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.UI - CI (Build Binaries WinUI .NET Mobile Package Binaries)

src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs#L305

src\Uno.UI\UI\Xaml\Controls\AppBar\AppBar.Partial.cs(305,21): Error CS0246: The type or namespace name 'NativeCommandBarPresenter' could not be found (are you missing a using directive or an assembly reference?)