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 got native aot working w/ electron without much fuss. Now I am trying to get dynamic dotnet working. I first hit the asar issue which makes sense as dotnet is not equipped to read files inside asar. I turned off asar in my electron-build config and now met with the following error:
Great project. Keep up the great work!!
I got native aot working w/ electron without much fuss. Now I am trying to get dynamic dotnet working. I first hit the asar issue which makes sense as dotnet is not equipped to read files inside asar. I turned off asar in my electron-build config and now met with the following error:
AOT typescript code that works
dotnet dynamic code that fails
A couple of notes:
Any help is greatly appreciated
The text was updated successfully, but these errors were encountered: