Jonathan Peppers

Results 99 issues of Jonathan Peppers

**Is your feature request related to a problem? Please describe.** In tests, we'd like to use: ```javascript import * as ort from 'onnxruntime-node'; ``` But in the actual browser extension:...

This reverts commit af8e7ce03fa562b5fc4ecd99b9eb5a912fbcdb19. Thanks to: https://github.com/xamarin/xamarin-android/commit/d521ac0280c0ad165570077a860cb1846025010b `int[]` fields now work in .NET 7, when you enable `$(AndroidLinkResources)`. Our thought is to try this by default in .NET 7 RC...

platform/android 🤖
area/app-size 🤏
area/perf 🏎️

**System Information (please complete the following information):** - OS & Version: Windows 10 - .NET Version: .NET 6 ```xml ``` **Describe the bug** As seen here: https://github.com/jonathanpeppers/inclusive-code-reviews-ml/pull/29#discussion_r944879120 A pipeline such...

untriaged

Context: https://github.com/dotnet/roslyn/issues/62832#issuecomment-1198456455 On a recent .NET 7 bump, we found a ~4.5% app size regression related to a new C# 11 delegate feature. I set `LangVersion=10` for now to prevent...

enhancement
generator

Hitcents does not seem to be maintaining this library, so I would not use it.

Fixes: https://github.com/dotnet/maui/issues/10029 I could reproduce a memory leak by doing: App.Current.OpenWindow(new Window { Page = new ContentPage() }); I found that `App.Current._requestedWindows` just held onto every `Window` object forever. This...

area/perf 🏎️

### Description ![image](https://user-images.githubusercontent.com/840039/221288206-62403022-70e6-45a9-9bbc-7aad694dfcb4.png) I suspect these are created by a source generator and we need to make them hidden? ### Steps to Reproduce 1. new maui app 2. Type `_`...

t/bug
area/Xaml </>
area/tooling ⚙️
area/architecture

Fixes: https://github.com/dotnet/maui/issues/13520 Context: https://github.com/danardelean/MauiTestFinalizer In the above sample, you can see `Page` objects leaking while using Shell navigation. I was able to reproduce this in a test with both Shell...

This is very much related to 58a42e5. If you: 1. Define a `` as a `StaticResource` at the application-level. 2. Use the `StaticResource` on `VisualElement.Clip`. 3. The `VisualElement` will live...

area/perf 🏎️

Fixes #18637 Using the old namespace `http://xamarin.com/schemas/2014/forms` was causing a NRE: System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Maui.Controls.Xaml.XmlTypeXamlExtensions.GetTypeReference[T](XmlType xmlType, IEnumerable`1 xmlnsDefinitions, String defaultAssemblyName, Func`2...

area/Xaml </>