For the complete documentation index, see llms.txt. This page is also available as Markdown.

“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?

Solution

Last updated