Automatic Properties in VS2008 Permanently deleted user Created August 27, 2007 20:20 Is there a way to get R# to recognize (and not flag) automatic properties in Vs2008? For examplepublic string Description {get; set;}
Never mind. Did some more reading and saw that .net 3.5 features are not supported.