dominik-weber

Results 9 comments of dominik-weber

We're facing the same issue as @Novotnde - after switching from ZXing to BarcodeScanner.XF, our ipa increased from around 50mb to 100mb. After being processed by Apple, the download size...

Hi @xuzhg I'm experiencing the same issue, repro is attached: [ODataReExecute.zip](https://github.com/OData/AspNetCoreOData/files/6562346/ODataReExecute.zip) For testing, please make a GET request to `https://localhost:5001/odata/Products`. The ProductsController will then throw an exception, which should cause...

@julealgon @xuzhg Good news, it looks like this issue was fixed at some point, the workaround I posted above (manually clearing `IODataFeature`) is no longer required 🥳 I tried updating...

BattoorCjorn: I disagree. Although it might be useful in some cases to let the user specify different Proxy settings for your application, the system wide settings are there for a...

Hi everyone, it has been some time since I have implemented AI+Serilog, but this is the code i'm using currently. Setup Application insights like so (using the parameterless overload), no...

Thanks @nblumhardt :) there is actually an example on the application insights sink readme which looks fairly similar to my setup: https://github.com/serilog-contrib/serilog-sinks-applicationinsights#telemetryconfigurationactive-is-deprecated-in-the-app-insights-sdk-for-net-core-what-do-i-do edit: looks like you found it already ;)

Same problem here, we're only able to change the stack size on the simulator. When running the app on the device the setting is ignored.

For anyone still interested, if you want to select _ALL_ values from the table, this works for me: `List guids = conn.Query("SELECT Identifier FROM FrameworkUserConfiguration").Select(x => x.Identifier).ToList();` It aint pretty...

+1 ;) it would be quite useful if we had references to removable media on android devices (for sharing files with other apps) I'm using this function in my own...