dustin-wojciechowski

Results 9 issues of dustin-wojciechowski

### Description of Change Creating this as a draft first for some initial opinions, and still need to write some tests. Trying to describe using my developing understanding of the...

area/controls 🎮
control-radiobutton

### Description of Change This adapts a previously submitted PR that was closed before it was reviewed: https://github.com/dotnet/maui/pull/8292 The underlying Frame was changed to a Border to support BorderWidth attribute...

area/controls 🎮
control-radiobutton

### Description of Change The border color and fill colors of the RadioButton were not being resolved correctly due to it being unable to determine the application's current theme. I...

platform/macOS 🍏
platform/iOS 🍎
area/controls 🎮
control-radiobutton

This is a String Wrapper for generated text. It will handle things like newlines and indents that are currently managed manually and somewhat inconsistently (for example, an indent variable is...

This PR updates BGen to latest C# version. After updating, and opening the BGen solution and updating the target framework, I received this error message: ``` Argument is 'ref' while...

generator

### Description We came across this when addressing #19970. The values previously weren't being assigned, but now we can see that they are in the debugger, even if there is...

t/bug
s/triaged

## Issue description MAUI has been getting issues regarding the ColumnDefinitions of Grid, presumably from developers migrating their apps from Xamarin Forms to MAUI. Here is an example of such...

doc-enhancement
upgrade-from-xamarin

### Description of Change Updating the UI-Testing documentation.

area-docs

### Description of Change Test was causing timeout scrolling to 20, so set to 12. Added comment describing test as well.

area-testing