This project is a to prove that ExcelDNA is not currently supporting Native AOT (stable version is 1.8.0)
- Run "publish.bat ExcelDnaNativeAotExample.sln" in a command window
- Build or Run the solution in VS 2022 using "Release" and "AnyCPU"
- Open Excel, and type in a cell the formula: =SayHello()
- The function returns "#VALUE". If the solution is run as "Debug", the function works and displays "Say Hello".