Activity
Fix parsing of string tables generated by empty files
Fix parsing of string tables generated by empty files
Breaking change: String literals only parse expansions if prefixed wi…
Breaking change: String literals only parse expansions if prefixed wi…
Preserve literal identity instead of returning string constants
Preserve literal identity instead of returning string constants
Allow wrapping a string across lines by putting a backslash at the en…
Allow wrapping a string across lines by putting a backslash at the en…
Hot reload support for FStringTableCollection
Hot reload support for FStringTableCollection
Add string table collection class to simplify caching and hot-reloadi…
Add string table collection class to simplify caching and hot-reloadi…
Stop VS debugger from obliterating FStringBuilder state
Stop VS debugger from obliterating FStringBuilder state
Use project reference instead of auto-embedding .cs file, so that mul…
Use project reference instead of auto-embedding .cs file, so that mul…
If a line ends with an =, automatically merge it with the following l…
If a line ends with an =, automatically merge it with the following l…
Fix missing emit cases when using switches
Fix missing emit cases when using switches
Detect uses of 'this' in fstring tables
Detect uses of 'this' in fstring tables
Add optimized path for appending an IFString to another FString
Add optimized path for appending an IFString to another FString
Fix misparsing of strings containing the word 'using' :-)
Fix misparsing of strings containing the word 'using' :-)
Allow setting a NumberFormatProvider when formatting fstrings
Allow setting a NumberFormatProvider when formatting fstrings
Clean up target path of the fstring tables
Clean up target path of the fstring tables
Visual studio error list friendly error formatting
Visual studio error list friendly error formatting
Force push
Visual studio error list friendly error formatting
Visual studio error list friendly error formatting
Force push
Visual studio error list friendly error formatting
Visual studio error list friendly error formatting
Prevent partial rebuild of fstring files. Sigh.
Prevent partial rebuild of fstring files. Sigh.