Skip to content

How to automatically hide build files (.props and .targets) and build folder from VS solution explorer. #12861

Answered by zivkan
elTRexx asked this question in Q&A
Discussion options

You must be logged in to vote

The only way to avoid it showing up in Solution Explorer, is to remove it from your package.

It's shown in order to provide develoeprs insight into how each package is affecting their project. It allows them to inspect the package's files and validate it's not doing anything unwanted or malicious. The package readme, in particular, is supposed to educate package consumers about what the package does, how to use it, and where to get more information, so it doesn't make sense to me why you'd include a readme, but then want to hide it.

If ExcludeAssets="compile" is preventing the package's readme and/or build assets from being shown, that's a bug we have to fix. ExcludeAssets="compile" shoul…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by elTRexx
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants