Replies: 2 comments 2 replies
-
|
Not sure if it will help, but could you show us what the |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I'm very sorry, but this problem is unlikely to be resolved in the short term. .NET 9 or .NET 10 may have introduced very significant changes. I'm currently unable to even run test projects in the repository. Since this might involve serialization and JavaScript interoperability, which I wasn't heavily involved in at the time, it might require deeper investment from @magiccodingman . However, he may not have much time recently. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have added Magic to our .Net 9 project and I run this code, after following the tutorial steps provided on the sayou.biz site :
var breezeCacheQuery = await magicIndexedDb.Query<BreezeEntityCache>();and get this error :
System.Reflection.ReflectionTypeLoadException: 'Unable to load one or more of the requested types. Generic method or method in generic class is internal call, PInvoke, or is defined in a COM Import class. Could not load type 'WebAssembly.JSInterop.JSCallInfo' from assembly 'Microsoft.JSInterop.WebAssembly, Version=9.0.10.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' because it contains an object field at offset 4 that is incorrectly aligned or overlapped by a non-object field.'I then forked from master and updated the Magic project to .Net 9 and using Microsoft.JSInterop.WebAssembly version=9.0.10.0 , the version our project is using, but still get this error with the updated assembly.
Anyone know what could be causing this error?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions