Hi, I know that String interning is flagged out by C# compiler, but I also know that CLR 2.0 ignores that. Is there a way to prevent that in VS 2005? I know NGEN can prevent that, but its too much work when compiling projects several times within an hour.
Thanks,
Fábio