There are many classes with names like "__Anon_xxx" defined in generated C# code, which are not referenced by any code.
So I wonder if these classes are necessary in NativeAOT compile or runtime? And if the awnser is no, maybe it's better to remove them from generated C# code?
There are many classes with names like "__Anon_xxx" defined in generated C# code, which are not referenced by any code.
So I wonder if these classes are necessary in NativeAOT compile or runtime? And if the awnser is no, maybe it's better to remove them from generated C# code?