Is there a way to run some sort of code analysis to find code which will compile with .NET 3.5 SP1 but not 3.5 RTM?
FxCop works for assemblies introduced with SP1, but for code that simply calls new methods and properties it does not detect that usage.