Replies: 1 comment 5 replies
-
Hi! Thanks for your feedback.
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the highlighting of double quotes in the studios index detail is wrong/misleading, I wanted to use single quotes.
So I have changed the call of the string.Join method accordingly.
Unfortunately this will not be correctly converted.
When an index with string.Join character based is created in c# it will be converted to this:
String.Join < string > ('_', ...
instead of
String.Join('_', ...
Beta Was this translation helpful? Give feedback.
All reactions