userJake_Richcancel
branchrust_reboot/main/analytics_zstringcancel

11 Commits over 0 Days - ∞cph!

3 Months Ago
Fix compile error from merge
3 Months Ago
Merge from main -> analytics_zstring
3 Months Ago
Comments
3 Months Ago
Actually test that the values of each field of the JSON or CSV value match to confirm all the serialization and escaping is correct
3 Months Ago
Ensure escaping handles both JSON and CSV rules differently (assuming the CSV is always comma seperated)
3 Months Ago
Simplify overloads for byte,short,etc -> long Mark AddField(string,char) as unsupported instead of silently casting to int Escape all CSV columns with double quotes
3 Months Ago
Added simple CSV parser
3 Months Ago
Added tests to confirm serialization works Fix DateTime formatting having to use 'O' instead of 'o' Switch WebAPI serialization using ZStringWriter instead of Utf8ValueStringBuilder
3 Months Ago
Switch from StreamWriter to Utf8ValueStringBuilder - ensure the struct is passed by ref - Clear() instead of creating a new one for each upload
3 Months Ago
Remove TMP extension overwrites because our TMP is outdated and it won't compile
3 Months Ago
Add zString to repo