Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.