Matthew Leibowitz

Results 157 issues of Matthew Leibowitz

## Describe the bug Currently to use the library, you are forced to use the provided apps. It may be useful to allow any app to be used for the...

## Describe the bug Not sure what the issue is, but for some reason the emulator does not launch correctly. I was testing in this PR, but to no avail:...

## Is your feature request related to a problem? Right now there is no way to run tests on macOS (not Mac Catalyst). ## Describe the solution you'd like There...

## Is your feature request related to a problem? Right now the CLI only supports Xunit. ## Describe the solution you'd like I would like to run NUnit tests on...

## Is your feature request related to a problem? Please describe. Right now, the UI is written in .NET MAUI. As a result, running a test will automatically instantiate and...

**Are you requesting automatic instrumentation for a framework or library? Please describe.** I am wondering about the plans and/or interest in supporting .NET for Android and/or .NET MAUI for Android....

enhancement

### Description of Change This PR fixes the case where using the `Uri` for URI processing results in the fragment being URI encoded. Win2D does not accept encoded URIs, so...

### Description With null/no background: | Android | iOS | Windows | |:-:|:-:|:-:| | ![ImageButtonUITests_BorderWidth](https://github.com/dotnet/maui/assets/1096616/5d36bcd9-a3ab-40ca-b445-190d33e06778) | ![ImageButtonUITests_BorderWidth](https://github.com/dotnet/maui/assets/1096616/02cd381b-06d3-44d8-a9db-c493fec2297b) | ![ImageButtonUITests_BorderWidth](https://github.com/dotnet/maui/assets/1096616/f4260a6f-67c0-453c-98c9-1fe20c8c9ec3) | With background: | Android | iOS | Windows | |:-:|:-:|:-:|...

t/bug
platform/android 🤖
platform/iOS 🍎
area-controls-button
s/triaged

### Description of Change Currently only Windows supports setting window coordinates, the rest always reset the values to the OS numbers. This is causing a stack overflow. ### Issues Fixed...

platform/macOS 🍏
area-controls-window