When editing Expressions in VS2013 shell for SSDT (all patched), if a Warning is generated and then resolved (eg a conversion issue is then fixed in Design or RDL XML), VS keeps displaying it even though Preview/Run/Build is fine:
Warning 1 [rsRuntimeErrorInExpression] The Value expression for the textrun ‘<OopsField>.Paragraphs[0].TextRuns[0]’ contains an error: Input string was not in a correct format.
If I close and re-open the project, it's fine too - and of course, the warning has gone :-) !
Apart from being annoying, this obfuscates any other Expression or other warnings and errors during work. I can't keep restarting VS - it's a cumbersome beast as it is!
This must really trip up newcomers on first Expressions too (I've avoided SSRS until now, and it's not the easiest reporting system to pick up, although starting to warm to it).
Is there a way to get VS to clear these easily triggered warnings (likely applies to many other types)? Save/Rebuild/Preview doesn't cut it, maybe there is a quick way, otherwise it's an irritating VS bug.