Open Kazox61 opened 2 months ago
Same here. The problem is it's not compatible with nativeaot
edit: for future reference. to solve this you can leverage code generation. for each method in this lib that receives object, generate code with the classes you will actually pass on runtime so the trimmer won't trim their reflection methods
I had problems using reflection on iOS. Did you test it out?