Ref assemblies produced by refout have more types than that produced by refonly #19403
Labels
Area-Compilers
Concept-Determinism
The issue involves our ability to support determinism in binaries and PDBs created at build time.
Feature Request
Milestone
Because the refout scenario binds method bodies (to emit the primary assembly), additional types and references are pulled in. For instance, anonymous types, closures, NoPia embedded types. We should be able to mark such types as synthesized and exclude them from refout output.
The text was updated successfully, but these errors were encountered: