David Britch

Results 83 issues of David Britch

MAUI in .NET 7 introduces a static layout manager factory that users can configure in their app, to handle creating layout managers. Layout managers are used to handle the measure/arrange...

Pri2
doc-idea

MAUI now includes support for effects, but there are some small changes from Xamarin.Forms: https://github.com/dotnet/maui/pull/1574

Pri2
doc-idea

Unpackaged apps don't use MSIX. They're typically installed and updated using .exe or .msi files. Many unpackaged apps walk end-users through an installation wizard using a classic UI. https://github.com/dotnet/maui/issues/3166

Pri1
doc-idea

To support NativeAOT a new registrar is available in .NET 8. This new registrar is typically faster than the existing static registrar, particularly when calling an exported managed method from...

doc-idea

Experimental support for NativeAOT has been added in .NET 8 for publishing iOS/MacCat apps. Testing shows significant improvements both in size (up to 50% smaller) and startup (up to 50%...

doc-enhancement
Pri3

Create content about how to create custom controls in .NET MAUI. This should include writing `IVisualElementTree` overrides/wiring into the LogicalChildren APIs. For a custom control whose size changes (e.g. a...

Pri3
doc-idea

### Type of issue Outdated article ### Description From Maddy: AssemblyName is how you name your Mac Catalyst app - Title isn't respected. This is an Apple bug. ### Page...

Pri3

The app icon doc makes it look like the `ForegroundScale` attribute of `MauiIcon` is only of use on Android. But it can also be used on other platforms. Investigate from...

Pri3

In P13, `CollectionView` supports drag-and-drop reordering. https://github.com/dotnet/maui/pull/3768

doc-enhancement
Pri2

Doc how to use the Platforms folders for splash screens, layouts, images, assets and anything else platform-specific. This should cover the approach for referencing multiple-density images on each platform.

Pri1
doc-idea
upgrade-from-xamarin