Emit highlighting on project-level Permanently deleted user Created September 23, 2015 20:43 Is there any chance to emit a highlighting on a project node?Simple example: To warn about a missing assembly attribute (e.g. AssemblyVersionAttribute).
Sadly, no. ReSharper only supports highlighting ranges within a file, not a file itself. There's no way of highlighting the absence of something, only when something is present and incorrect.
I had a similar requirement and added these type of highlightings into the top of assembly.cs