A way to designate generated .fs files in an .fsproj to be hidden #11996
JordanMarr
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Interesting... it does work, and the compile succeeds!
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Would it be possible to have a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great if we could designate generated files within an .fsproj file as "generated" so that they are still inserted and built in the proper order (per the .fsproj file ordering mechanism), but that they are not actually displayed in the {IDE of choice} solution explorer. For example:
I say this because most generated code has lots of ugly boilerplate, and people don't usually want or need to see it in their project -- it takes away the "magic" to see it.
Maybe these files could be displayed here like C# source generator files:
I suppose this is really more of an MSBuild suggestion, but I think it still pertains to F# since source generation is a big topic lately, and there are multiple ways of doing generation aside from type providers: Myriad/AST building, simple script generation, etc.
Apologies in advance if this suggestion is not grounded in reality.
Beta Was this translation helpful? Give feedback.
All reactions