“NoStringInterning” (Problem)
Look to the following code:
[assembly: CompilationRelaxationsAttribute
(CompilationRelaxations.NoStringInterning)]
Does it means, that the literal string in this assembly now will be interned?
Last updated
Was this helpful?