David Britch

Results 83 issues of David Britch

Blend modes are unimplemented on multiple platforms.

bug

While it's possible to use `GraphicsService.LoadImageFromStream` to load images from a variety of sources (local files, embedded files etc.), it seems to involve writing platform code if the image isn't...

enhancement

The `ImageFormat` enumeration specifies the image format for load/save operations (PNG, JPEG etc.). However, it's not always respected by methods that it's passed to. In some cases it's not even...

bug

### Issue description https://docs.microsoft.com/dotnet/framework/wpf/graphics-multimedia/how-to-draw-a-polyline-by-using-the-polyline-element?source=docs The page above says that the `Fill` property of a `Polyline` has no effect, even when you close the shape. This is incorrect. The following code...

Pri3
doc-bug
dotnet-framework/svc
wpf/subsvc
okr-health
okr-quality

The eShopOnContainers mobile app, which now uses .NET Standard, has recently received some updates. One of the important updates is that the [Autofac](https://www.nuget.org/packages/Autofac/) IoC container has been replaced by [TinyIoC](https://github.com/grumpydev/TinyIoC)....

### Description In a .NET for iOS/Android app, that uses .NET MAUI native embedding, attempting to consume a `ResourceDictionary` throws an `ArgumentNullException` with the message: Value cannot be null (Parameter...

t/bug
platform/android 🤖
platform/iOS 🍎
area/native-embedding
i/great-reporter

### Description I've been playing around with native embedding. In native apps on Android, iOS, and Windows, the `ContentPage.OnAppearing` override isn't being invoked on navigation, whereas it is in .NET...

t/bug
area/lifecycle 🔁
s/verified
s/triaged
i/great-reporter

### Description `Application.Current.OpenWindow(new Window(new MainPage()));` works fine on Windows, in .NET 7 RC1, but does nothing on Mac Catalyst. Similarly, `Application.Current.CloseWindow(Window);` works fine on Windows, but does nothing on Mac...

t/bug
platform/iOS 🍎
area/desktop 🖥️
i/great-reporter

See https://github.com/dotnet/maui-samples/pull/377

.NET MAUI 9 supports Android asset packs. This needs doc'ing in terms of how to use it from a .NET MAUI app (specifying `AssetPack` and `DeliveryType` on a `MauiAsset`).

:checkered_flag: Release: .NET 9