Timo Partl

Results 81 issues of Timo Partl

### Package Sentry ### .NET Flavor .NET ### .NET Version 8.0.2 ### OS Windows ### SDK Version 4.2.1 ### Self-Hosted Sentry Version _No response_ ### Steps to Reproduce 1. Create...

Feature
Platform: Windows
.NET

### Xamarin.Android Version (eg: 6.0): .NET 9 RC 2 ### Describe your Issue Not sure if this belongs here or in https://github.com/xamarin/AndroidX... When building the app, I see warnings: `C:\Users\me\.nuget\packages\xamarin.googleplayservices.tasks\118.2.0.2\lib\net8.0-android34.0\Xamarin.GooglePlayServices.Tasks.dll...

### Android application type Android for .NET (net8.0-android) ### Description I am trying to follow Googles "Getting Started" for the `Media3 Transformer` package to do a media file transformation, documented...

missing-api

At the moment, the library is not trimming safe an building an app with NativeAOT produces this warning: `warning IL2104: Assembly 'SharpKml.Core' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries`...

Resolves https://github.com/stephanstapel/ZUGFeRD-csharp/issues/390

### Describe the bug I'm seeing this crash reported on a device with `Windows 10.0.19045`. I wasn't able to reproduce it locally on a Windows 11 machine ``` System.InvalidCastException: Specified...

nativeaot

### Describe the bug When using a `SettingsExpander` that is bound to an `ObservableCollection` in a page that is not cached (`NavigationCacheMode="Disabled"`) and this page is repeatedly opened (and old...

I am using this library together with `sqlite-net-pcl` and when building in Release mode (`dotnet publish`) I am seeing this warning: ` ILLink : Trim analysis warning IL2122: SQLitePCLRaw.batteries_v2: Type...

I am starting to see a new type of crash, which happens exclusively on iOS 17 ### Steps to Reproduce ``` sealed class HeaderTextField : UITextField { public const int...

### Description When using a grouped `CollectionViewSource` and Native AOT, the items of a ListView aren't shown - only the grouping headers ![Image](https://github.com/user-attachments/assets/649169ef-47ab-4e8b-8f1d-ae0d27fa8777) ### Steps To Reproduce MainWindow.xaml ``` ```...