I have a Xamarin app (Visual Studio 2019) that works perfectly in debug mode, but it doesn't in release mode. I cannot connect to SQL-Server and encoding 1252 seems to be missing.
I tried all hints (Linker options, encoding West, connection via IP, connection with/without dapper, etc.) I could find in other questions, but still no success.
Does anyone have another hint, tip, whatsoever? I'm close to setting up a webservice for getting the data...