Reputation: 10897
I would like the compiler to detect all non-localized strings in my solution. This means any string in an .aspx or .cs file that doesn't come from a resource file.
Upvotes: 0
Views: 135
Reputation: 887245
Visual Studio 2010's Code Analysis can do this. (Although not for ASPX files)
Upvotes: 1