I am having problems demonstrating NoStringInterning
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(System.Runtime.CompilerServices.Compil
The MSDN description for NoStringInterning says
"Marks an assembly as not requiring string-literal interning."
Saying that an assembly does not require interning is not the same as saying that the feature should be turned off. AFAIK there's no way to do that (except for NGEN).