We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There seems to be some reflection issue to run project with PublishAot enabled.
Throws exception on
await Bluetooth.RequestDeviceAsync()
The text was updated successfully, but these errors were encountered:
Can you provide more information on platform, version, your Linker/Trimming options etc
Sorry, something went wrong.
It's Windows with DotNet Preview. Maybe it's actually AOT compiler issue. I use default options.
I've created test application: https://github.com/denys-volodarskyi/Test_BLE_GUI
Seems problem is Windows APP SDK does not completely support NativeAOT yet. dotnet/maui#17713 microsoft/WindowsAppSDK#3887
No branches or pull requests
There seems to be some reflection issue to run project with PublishAot enabled.
Throws exception on
The text was updated successfully, but these errors were encountered: