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
I have an issue while sending commands within WebView2 that generate an exception:
ex = RuntimeError: Aborted(). Build with -sASSERTIONS for more info.
at abort (http://localhost:5000/package_15aa0a6170c57a44ee682886b8f3ac37aa69718f/dotnet.native.js:8:9137)
at _abort (http://localhost:5000/package_15aa0a6170c57a44ee682886b8f3ac37aa6971...
The previous is returned while sending a command, for example:
I am using Uno 5.3, .net8, Windows and WebAssembly platforms. Interestingly, all works as expected under Windows but it generates the above exception in WebAssembly. Some exploration/troubleshooting along with other previously reported issues point at the possibility of some assemblies not supported under .net8, but so far have not found such culprit.
This started to appear under WebAssembly when I updated the libraries as suggested for 5.3 to allow the use of the DataGrid (CommunityToolkit).
If any may provide some of their experiences with this kind of issue will be very useful.
Hope to hear form any of you...
I am working on the following GITHUB project: [https://github.com/datovy-edam/Edam.Data.Catalog]
The text was updated successfully, but these errors were encountered:
What do you need help with?
UNO Platform is great... keep working on it.
I have an issue while sending commands within WebView2 that generate an exception:
The previous is returned while sending a command, for example:
I am using Uno 5.3, .net8, Windows and WebAssembly platforms. Interestingly, all works as expected under Windows but it generates the above exception in WebAssembly. Some exploration/troubleshooting along with other previously reported issues point at the possibility of some assemblies not supported under .net8, but so far have not found such culprit.
This started to appear under WebAssembly when I updated the libraries as suggested for 5.3 to allow the use of the DataGrid (CommunityToolkit).
If any may provide some of their experiences with this kind of issue will be very useful.
Hope to hear form any of you...
I am working on the following GITHUB project: [https://github.com/datovy-edam/Edam.Data.Catalog]
The text was updated successfully, but these errors were encountered: