Skip to content

How can I see the generated source files? #48811

Answered by PathogenDavid
Shayan-To asked this question in Q&A
Discussion options

You must be logged in to vote

Add <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> to your project properties and build.

The files will appear in your intermediate directory in a folder called generated. (IE: path/to/project/obj/Debug/net5.0/generated/)

(Note that this is only really intended for debugging, as noted in the discussion when this feature was added.)

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Shayan-To
Comment options

You must be logged in to vote
3 replies
@PathogenDavid
Comment options

@zbesevic
Comment options

@PathogenDavid
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants