-
Notifications
You must be signed in to change notification settings - Fork 768
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
Getting not implemented warning issue. #19576
Comments
Thanks for the report. This particular method is implemented, but is still marked as not implemented if running on some platforms: uno/src/Uno.UI/UI/Xaml/Application.cs Lines 253 to 260 in a2c40bf
While this is technically correct, it may be of interest to change it to "not supported" in the future so that it can be displayed as such by intellisense. At this time though, because of the way uno changes runtimes, it's not clear how the implementation can be made, so we're relying on NotImplemented. |
Thank you for the explanation, so this Exit call should work on maccatalyst? If it is I will be create a new issue. |
@speed2048 no, I wonder though, do you need Catalyst specifically, or would |
Hi Jérôme What I am trying to do is save windows screen positions like in #18338 when I do a File Exit or Close application. This works as advertised except all frameworks except mac Catalyst and I understand why now. Exit Will not execute the callback defined in app.xaml.cs. I have tried to use net9.0-desktop on MacOS and at this time it just shows a blank screen. So at this time would prefer to use catalyst framework. Question: Is there an alternative to get screen coordinates from MainPage. As I cannot see away to do this outside of App.xaml.cs. Regards, |
I see. @MartinZikmund may know. |
Current behavior
When I compile a Uno Project I get the following error warning message in the error list.
Severity Code Description
Warning (active) Uno0001 This member or type is not implemented and will fail when invoked.
According to #10436, this was supposed to be fixed.
Expected behavior
No warning message should be displayed as it was fixed the #10436.
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
None, but calls work on linux/Windows desktop, however does not work the same on osx. Will be creating another ticket once I can provide some code.
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
Windows (WinAppSDK)
IDE
Visual Studio 2022
IDE version
Version 17.13.0
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: