Edit

Share via


Errors and warnings for string literal declarations

There are a few errors related to declaring string constants or string literals.

  • CS9274: Cannot emit this string literal into the data section because it has XXHash128 collision with another string literal.

Constant declarations

  • CS9274: Cannot emit this string literal into the data section because it has XXHash128 collision with another string literal.

These errors indicate that your declaration can't be emitted in the data section. Turn this feature off for your application.