Matthew Leibowitz

Results 157 issues of Matthew Leibowitz

### Description of Change ### Implement the `MediaPicker` with `PHPickerConfiguration` for iOS 14+. ### Bugs Fixed ### - Fixes #1402 ### API Changes ### None. ### Behavioral Changes ### On...

### Describe the bug If you set the the package type in a class library, then the build adds the bootstrapper to the class library: ```xml None ``` This is...

bug
area-Infrastructure
area-DynamicDependencies

### Describe the bug When building a self contained app that uses a RID instead of the platform, the build fails: > C:\Users\mattl\.nuget\packages\microsoft.windowsappsdk\1.1.1\buildTransitive\Microsoft.WindowsAppSDK.SelfContained.targets(42,5): error : The platform 'AnyCPU' is not...

bug
area-Deployment
maui-7.x

### Describe the bug When building with `EnablePreviewMsixTooling=True`, I get a bunch of warnings about invalid targets: > C:\Program Files\dotnet\sdk\6.0.400-preview.22301.10\Microsoft.Common.CurrentVersion.targets(44,3): > warning MSB4011: "C:\Users\mattl\.nuget\packages\microsoft.windowsappsdk\1.1.1\buildTransitive\Microsoft.Build.Msix.props" cannot be imported again. It was...

bug
area-Developer tools

**Is your feature request related to a problem? Please describe.** I am unable to display images that I generate in the code. I am having a look at trying to...

Community Suggestions
Feature Suggestions

When generating types that have public `decimal` members, they get skipped: > Property 'Operand' was ignored due to ignored type It appears that you may be able to use Java's...

bug
enhancement
java

**Description of Change** This is an mage view that has a filter/rendering pipeline that can allow for more exciting images: ```xaml ``` Even though this is right now a new...

**Description of Change** - Currently uses Skia for upsampling (IMHO upsampling always looks blurry anyway) - Not optimized yet, just uses `Vector4` from the `System.Numerics` package. - Most of the...

feature-request

By default, SkiaSharp aims for the fastest resizing, not the best. There are quality levels, but it pretty much is a low, medium and high type of level. There was...

**Is your feature request related to a problem? Please describe.** The problem is simple: we have no icon. **Describe the solution you'd like** A good icon to make everyone proud....

feature-request