mroessler

Results 10 issues of mroessler

### What happened? In our Xamarin Forms app we have an EntryControl whose text property is bidirektional bound to a XF property which in turn is bidirektional bound to a...

O-Community
SDK-Use:Local
App-type:Xamarin

**Describe the bug** When executing reportgenerator with `--minimumCoverageThresholds:lineCoverage=100`on a cobertura report with `line-rate="0.1433"`, the exit code is 0 a no error is reported. `--minimumCoverageThresholds:branchCoverage=100` and `--minimumCoverageThresholds:methodCoverage=100` do report the coverage...

The action currently ignores the ../UnitTestResult/Output/StdOut-Element of TRX-Files - i.e. the output is not added to the RawOutput of annotations. Is this feature only implemented for junit xml files? Could...

enhancement
good first issue

### Description Adding groups to a CollectionView sometimes leads to a IndexOutOfBoundsException - see "Log output" for complete stacktrace. ### Steps to Reproduce 1. Clone https://github.com/markusroessler/MauiCollectionViewInconsistencyDetected 2. Start the app...

t/bug
platform/android 🤖
area-controls-collectionview

### What happened? We recently received a lot of crash reports regarding native realm errors. Unfortunately I can't reproduce the errors. But from the logs I can tell that it...

T-Bug
O-Community
SDK-Use:Local
App-type:Xamarin

### Android framework version net8.0-android ### Affected platform version .NET 8.0.403 / Xamarin.AndroidX.Media3.Common 1.4.1 ### Description The method androidx/media3/common/SimpleBasePlayer$State$Builder.Build() currently returns Java.Lang.Object instead of androidx/media3/common/SimpleBasePlayer$State. This leads to a NoSuchMethodException...

### Android framework version net8.0-android ### Affected platform version Xamarin.Google.Guava 33.3.1 ### Description I'm trying to use the type Google.Common.Util.Concurrent.Futures of Xamarin.Google.Guava 33.3.1 but it fails to resolve. I opened...

Platform: Android the RequestZoomFactor property does nothing in Release-Mode. This caused by https://github.com/dotnet/android/issues/9738 The check `if (value is IZoomState zoomState)` in `CameraStateObserver` never passes because the type `AndroidX.Camera.Core.Internal.ImmutableZoomState` is removed...

Platform: Android After setting RequestZoomFactor to a non-zero value, pinch to zoom does not work anymore. The CameraView just "wiggles" a bit when doing a pinch gesture. Expected behaviour: The...

When using BlazorWebView with MudBlazor I randomly get the following exception while changing the value of a MudTimePicker. The exception usually occurs after 5-10 edits. ``` Exception thrown: 'System.InvalidOperationException' in...