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 am compiling my .NET 8 application for linux-arm, I have enabled the produce single file and trim unused code options. Flurl raises the exception "Response could not be deserialized to JSON". When I uncheck the "trim unused code" option, there is no exception.
It is clear that the compiler and linker are discarding something that Flurl needs to deserialize the JSON data. This may be addressed by changes asked for in #777.
I am moving my application from .NET 6 to .NET 8. I did not have an issue with .NET 6.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I'm not very well equipped to troubleshoot support for less-common platforms, so I try and lean on the community to help with things like this.
I am compiling my .NET 8 application for linux-arm, I have enabled the produce single file and trim unused code options. Flurl raises the exception "Response could not be deserialized to JSON". When I uncheck the "trim unused code" option, there is no exception.
It is clear that the compiler and linker are discarding something that Flurl needs to deserialize the JSON data. This may be addressed by changes asked for in #777.
I am moving my application from .NET 6 to .NET 8. I did not have an issue with .NET 6.
The text was updated successfully, but these errors were encountered: