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

StartStopEventWrapper #7137

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

refactor: Concrete versions of StartStopDelegateWrapper

5c8326e
Select commit
Loading
Failed to load commit list.
Open

StartStopEventWrapper #7137

refactor: Concrete versions of StartStopDelegateWrapper
5c8326e
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Uno.UI - CI (Build Binaries WinUI .NET Mobile Package Binaries) failed Dec 26, 2024 in 15m 32s

Build Binaries WinUI .NET Mobile Package Binaries failed

Annotations

Check failure on line 36 in src\Uno.UWP\Gaming\Input\Gamepad.cs

See this annotation in the file changed.

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

src\Uno.UWP\Gaming\Input\Gamepad.cs#L36

src\Uno.UWP\Gaming\Input\Gamepad.cs(36,42): Error CS1503: Argument 1: cannot convert from 'System.EventHandler<Windows.Gaming.Input.Gamepad>' to 'System.EventHandler<System.EventHandler<Windows.Gaming.Input.Gamepad>>'

Check failure on line 37 in src\Uno.UWP\Gaming\Input\Gamepad.cs

See this annotation in the file changed.

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

src\Uno.UWP\Gaming\Input\Gamepad.cs#L37

src\Uno.UWP\Gaming\Input\Gamepad.cs(37,48): Error CS1503: Argument 1: cannot convert from 'System.EventHandler<Windows.Gaming.Input.Gamepad>' to 'System.EventHandler<System.EventHandler<Windows.Gaming.Input.Gamepad>>'

Check failure on line 45 in src\Uno.UWP\Gaming\Input\Gamepad.cs

See this annotation in the file changed.

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

src\Uno.UWP\Gaming\Input\Gamepad.cs#L45

src\Uno.UWP\Gaming\Input\Gamepad.cs(45,44): Error CS1503: Argument 1: cannot convert from 'System.EventHandler<Windows.Gaming.Input.Gamepad>' to 'System.EventHandler<System.EventHandler<Windows.Gaming.Input.Gamepad>>'

Check failure on line 46 in src\Uno.UWP\Gaming\Input\Gamepad.cs

See this annotation in the file changed.

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

src\Uno.UWP\Gaming\Input\Gamepad.cs#L46

src\Uno.UWP\Gaming\Input\Gamepad.cs(46,50): Error CS1503: Argument 1: cannot convert from 'System.EventHandler<Windows.Gaming.Input.Gamepad>' to 'System.EventHandler<System.EventHandler<Windows.Gaming.Input.Gamepad>>'

Check failure on line 50 in src\Uno.UWP\Gaming\Input\Gamepad.cs

See this annotation in the file changed.

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

src\Uno.UWP\Gaming\Input\Gamepad.cs#L50

src\Uno.UWP\Gaming\Input\Gamepad.cs(50,44): Error CS1503: Argument 2: cannot convert from 'Windows.Gaming.Input.Gamepad' to 'System.EventHandler<Windows.Gaming.Input.Gamepad>'