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
See my comment #2076 (comment): there is WinUI 2, which is using UWP and .NET Native; and there is now WinUI 3, which is decoupled from the OS and can run in any C#/C++ Win32 app.
Suggestion:
Package named
Sentry.UI.Xaml
that depend onMicrosoft.UI.Xaml
and targetsnetstandard2.0
(or should/has to be:uap10.0
)?Add specific info that can be read with native APIs:
Resolves (if we can get
sentry-native
to work there, as it does on Native AOT):Have the
Sentry.Maui
depend on it if target isuap10.0
, (should this also be available onnetX.0-windows
?)See also:
The text was updated successfully, but these errors were encountered: