You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SharpHook doesn't work properly on macos, but it works fine on windows; but I tested Avalonia's cross-platform solution and command line project and it works fine on macos.
I'm not 100% sure that the library works fine on Windows, but has problems on macOS, and I tested that SharpHook works fine on Avalonia. And it works fine even with command line programs, only when running on the Maui platform will it report an error
This is my test project. You need to run it on macos and the m1 chip. The test project contains three projects, namely ConsoleApp, Avalonia and MAUI. In the Avalonia and MAUI projects, you can view the App.xaml.cs file. You should find that the Avalonia and ConsoleApp projects can run normally, but the MAUI project cannot run.
Description
SharpHook doesn't work properly on macos, but it works fine on windows; but I tested Avalonia's cross-platform solution and command line project and it works fine on macos.
Steps to Reproduce
1.create maui project,
2.import SharpHook
3.write code
in MainProgram.cs
4. run project
Link to public reproduction project repository
No response
Version with bug
9.0.30 SR3
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
9.0.30 SR3
Affected platforms
macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: