ClickToBuild throws error when item Build Action property set to None
description
When I run ClickToBuild, I am presented with a list of errors suggesting that I need to set the Build Action property to 'Content' instead of 'None' on specific files.
If anything, this should be a warning. I have a heap of files (SASS files to be specific) which I don't want included in the build. To exclude them from the build, I set the Build Action property to 'None'.
The issue this gives for me, is I now ignore the errors rather than review them. If a true error does come up, I'm probably going to miss it.