Replies: 1 comment
-
Updating which references? What package dependencies are you proposing we change? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
ServiceStack 6.4.0
Selfhosted App derived from AppSelfHostBase in a native app.
Since it's loaded from a native app, there is no app.config to have assembly binding redirects.
StackTrace:
Workaround of attaching to AppDomain.AssemblyResolve as described here (https://stackoverflow.com/a/73914330) works, but is ugly.
How about updating those refererences?
Beta Was this translation helpful? Give feedback.
All reactions