Replies: 1 comment
-
Thanks for the question. I'm not sure to see the how the solution you suggested in #17689 (reply in thread) would not work with Wasm. If the file is located as a Could you explain some more? |
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
-
Due to using some legacy code, we've been using Configuration Manager and an app.config file for our Uno app. For iOS and Android, this has involved copying our app.config file on launch of our app from the installation location to a directory that ConfigurationManager can read from.
But when we build for wasm, we can't find our app.config in the bin folder at all. Is there a way to make this work? Or do we need to migrate to appsettings.json?
Beta Was this translation helpful? Give feedback.
All reactions