Jonathan Peppers

Results 525 comments of Jonathan Peppers

Were these tests and timings using a `Release` build? I would recommend retesting in `Release` mode if not. Why is this considered a regression? The time the same code took...

Ok, so this didn't get worse going from .NET 7 to .NET 8?

Does enabling long paths help here at all? https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#enable-long-paths-in-windows-10-version-1607-and-later /cc @emaf @mauroa

> Note, long file paths doesn't work in windows 11 at all, both the registry setting and group policy option doesn't work with long paths anymore We should file a...

Just to check does `dotnet --info` say it is arm64? Android at least will need Rosetta for a while, Google's `aapt2` is not built for arm64, for example...

It doesn't make sense why this task is taking 7 minutes??? ![image](https://user-images.githubusercontent.com/840039/202486605-4fc1c91c-b66c-42a6-bdfb-36f1c8ee936d.png) This task takes ~52ms on my M1, and should be about the same amount of time for any...

@MarqueIV did you already inspect a [`.binlog`](https://aka.ms/binlog) to see what the slow part of the build is? Can you share it here? If it is not the `ProcessAssemblies` MSBuild task...

@jinxinjuan so you are able to repro the `ProcessAssemblies` MSBuild task taking 7 minutes? https://github.com/dotnet/maui/issues/11376#issuecomment-1318799259 This is an Android-only build step, but you mention iOS?

Those experiencing this issue, is `x:Array` and `x:String` always involved? * https://github.com/dotnet/maui/pull/14546 If you have an example that hit this problem, and are not using these, let me know. I...

The picture of a stack trace above shows this is called: https://github.com/dotnet/maui/blob/2b823f8503748f115028e671b4fff9048628c462/src/Core/src/Platform/Windows/WindowExtensions.cs#L26 Hoping this was profiled in `Release` mode, but can you share your profiler data here? So, is this...