Marvin Rühe

Results 43 comments of Marvin Rühe

When I produce my own nuget packages without any UWP/UAP content that resolves the problem. However, that is, of course, not really a solution that is very sustainable.

Hi @MikhailSuendukov Thank you for looking into this issue. I produced this repro: [AppCenterSDKRepro.zip](https://github.com/microsoft/appcenter-sdk-dotnet/files/13067781/AppCenterSDKRepro.zip) Go to your .nuget/packages folder. Delete all content. The nuget folder is usually in your C:/Users/YourName...

The microsoft.netcore.universalwindowsplatform folder may be the only direct dependency and it is pretty small. However, it pulls in many more dependencies. The size of these dependencies on disk is about...

I tried looking deeper into this with binlog and structured log viewer but did not find any new clues why this is happening. The way I see most nuget packages...

So I realize that this is not really helpful, but I created a fork here: https://github.com/Marv51/appcenter-sdk-dotnet I ripped out anything that is not needed for Crashes & Analytics for a...

I am encountering this a lot in our app. Maybe 2024 can be the year the this gets fixed? This makes it really difficult to implement a dark/light mode switch...

I looked into this issue, It took me less than 15 minutes to figure out what is wrong and how to fix it. @ranjeshj is right, almost 3 years ago,...

As a first step, would you accept a PR that adds a commented out line to the app.manifest template? ```xml ```

Should I submit a PR with the old 7.x "fix" of commenting out the DPI references?

I can't get s3cmd to properly work in my Github Action on Windows. Locally it is quite straight forward, but for whatever reason it just does not work on GitHub...