Timo Partl

Results 102 comments of Timo Partl

Kind of mind-boggling there is just zero progress on this issue. Microsoft doesn't want us to publish apps apparently. Even the milestone hasn't been updated and still stands at "1.1"

@jonmz thanks for the guide. Unfortunately it errors out for me at the `make` step for tesseract ``` /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: cannot find -lbrotlidec collect2: error: ld returned 1 exit status make[1]:...

That seems to have worked - sweet! Thanks so much!

Hope this will be fixed soon. Very easy to reproduce ``` dotnet new ios dotnet add package Microsoft.AppCenter.Analytics dotnet build ``` ``` /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/16.4.8825-net8-rc1/targets/Xamarin.Shared.Sdk.targets(1589,3): error : clang++ exited with code 1:...

I am building on a M1 Mac. Make sure it creates and builds the project with .NET 8 - it builds as expected with .NET 7. I just tested again...

I am almost certain that this is due to trimming (e.g. when `TrimMode=Full` is used in the csproj). It can happen on any .NET project that uses trimming (not just...

> After some consideration I decided to not include a workaround into the library since it's a rare case and it should be possible to implement a workaround on the...

Any reason why this won't be considered?

Happy to give some more context on why I had this situation a few times already when working with translations for my apps: - Sometimes I find a typo in...

.NET Framework 4.6.1 (among others) has reached end-of-support now so that's one obstacle less :) Would love to see `System.Text.Json` to be used at some point in the future