Replies: 1 comment
-
We should probably migrate dialogs to our manual COM interop layer, especially since it now works with NativeAOT |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SaveFileDialog.ShowAsync crashes on trimmed .net6.0 rc1 or p7 build on windows
adding
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
to csproj fixes it.I wonder if this should be added to the templates.
Beta Was this translation helpful? Give feedback.
All reactions