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

Implemented TrayIcon mouse right button event (#17383) #17406

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Implemented tray icon mouse click events (#17383)

57f6b8e
Select commit
Loading
Failed to load commit list.
Open

Implemented TrayIcon mouse right button event (#17383) #17406

Implemented tray icon mouse click events (#17383)
57f6b8e
Select commit
Loading
Failed to load commit list.
Azure Pipelines / AvaloniaUI.Avalonia failed Nov 1, 2024 in 11m 49s

Build #20241101.10 failed

Annotations

Check failure on line 604 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.Avalonia

Build log #L604

/home/vsts/work/1/s/src/Avalonia.Controls/TrayIcon.cs(30,23): error CS1061: 'ITrayIconImpl' does not contain a definition for 'OnClicked' and no accessible extension method 'OnClicked' accepting a first argument of type 'ITrayIconImpl' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/src/Avalonia.Controls/Avalonia.Controls.csproj::TargetFramework=net8.0]

Check failure on line 613 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.Avalonia

Build log #L613

/home/vsts/work/1/s/src/Avalonia.Controls/TrayIcon.cs(30,23): error CS1061: 'ITrayIconImpl' does not contain a definition for 'OnClicked' and no accessible extension method 'OnClicked' accepting a first argument of type 'ITrayIconImpl' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/src/Avalonia.Controls/Avalonia.Controls.csproj::TargetFramework=net6.0]

Check failure on line 623 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.Avalonia

Build log #L623

/home/vsts/work/1/s/src/Avalonia.Controls/TrayIcon.cs(30,23): error CS1061: 'ITrayIconImpl' does not contain a definition for 'OnClicked' and no accessible extension method 'OnClicked' accepting a first argument of type 'ITrayIconImpl' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/src/Avalonia.Controls/Avalonia.Controls.csproj::TargetFramework=netstandard2.0]

Check failure on line 658 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.Avalonia

Build log #L658

/home/vsts/work/1/s/src/Avalonia.Controls/TrayIcon.cs(30,23): error CS1061: 'ITrayIconImpl' does not contain a definition for 'OnClicked' and no accessible extension method 'OnClicked' accepting a first argument of type 'ITrayIconImpl' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/src/Avalonia.Controls/Avalonia.Controls.csproj::TargetFramework=net8.0]