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.
views:
22answers:
1
A:
Visual Studio 2010's Code Analysis can do this. (Although not for ASPX files)
SLaks
2010-06-10 15:51:50