Hi,
I'm looking for a way mark a build as failed if an inline reference on an aspx page is invalid.
For example:
">
If SomeText doesn't exist on Model I get the following message:
Cannot resolve symbol 'SomeText'
However, the application builds just fine. Is there any way to halt the build or mark it as failed when references such as this don't resolve? I've tried 'Treat warnings as errors', but it doesn't seem to apply to aspxs (due to the fact that they're not compiled with the rest of the app).
Thanks!