dotnet / extensions

This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
MIT License
2.68k stars 757 forks source link

Add Native AOT test projects for M.E.AI #5571

Open stephentoub opened 1 month ago

stephentoub commented 1 month ago

Work has been done to make the M.E.AI libraries safe for use in Native AOT applications, but we need a) a test project that roots everything and builds error free, and b) a test suite that runs a reasonable subset of tests in a Native AOT app.

cc: @eiriktsarpalis, @SteveSandersonMS

stephentoub commented 4 weeks ago

https://github.com/dotnet/extensions/pull/5573 implemented (a), but it needs to be hooked up to CI to actually dotnet publish.

stephentoub commented 3 days ago

The test project is now being published in CI.

Work remaining is to actually run some tests under Native AOT.