We are using native AOT with IlcDisableReflection=true and IlcGenerateStackTraceData=true.
Up until .NET 8 Preview 6 all was working fine, stack trace metadata was not generated.
When upgrading to .NET 8 Preview 7 or .NET 8 RC1, stack trace metadata started appearing in the resulting published binary despite the IlcGenerateStackTraceData property being true. Has anyone encountered an issue like this?
Apparently IlcDisableReflection was renamed to StackTraceSupport