-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area-VM-coreclrin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Description
An audit of the types used in the Cross DAC revealed MD data types in the DBI build.
Root cause seems to be src/coreclr/src/inc indirectly including private header files.
git grep "#include .*\.\." -- src/coreclr/src/inc
src/coreclr/src/inc/eventtracebase.h:#include "../gc/env/etmdummy.h"
src/coreclr/src/inc/formattype.h:#include "../ildasm/dynamicarray.h"
src/coreclr/src/inc/metadata.h:#include "../md/inc/metamodelro.h"
src/coreclr/src/inc/metadata.h:#include "../md/inc/liteweightstgdb.h"
src/coreclr/src/inc/metadata.h:#include "../md/inc/metamodel.h"
src/coreclr/src/inc/stgpool.h:#include "../md/hotdata/hotheap.h"
src/coreclr/src/inc/stgpool.h:#include "../md/debug_metadata.h"
AaronRobinsonMSFTCopilot
Metadata
Metadata
Labels
area-VM-coreclrin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Type
Projects
Status
No status