Code review complete. Time to merge.

Final damage:

[native-aot cdfb42b2] Add Native AOT support
Date: Wed Feb 25 11:16:49 2026 -0800
856 files changed, 33149 insertions(+), 14167 deletions(-)

#DotNet #UnitTest #NativeAOT

@bradwilson oh fuck, what kind of functionality is this?
@kamilsebastian It allows developed who are targeting Native AOT to be able to use xUnit.net to write tests that support that, including publishing the tests to native code to ensure everything passes in the target environment. It is a major architectural undertaking of a code base that is almost 20 years old. It not only predates Native AOT, it predates .NET Core. 😁