I have an asp.net 8.0 API with an endpoint that returns information about itself. I want to include the information about whether it is running natively (so AOT compiled or not).
Just looking if there is a way to get the info conclusively (without hacking).