fix(stringutil): use InvariantCulture for byte-size formatting

Locale-Bug: BytesToString rendert auf deutscher Locale "1,5GB" statt
"1.5GB". InvariantCulture pinnt den Dezimal-Separator. Plus
InternalsVisibleTo-Hook für ein lokales (gitignored) Test-Projekt.
This commit is contained in:
2026-05-05 08:34:56 +02:00
parent f093d93761
commit 1c511a147d
4 changed files with 31 additions and 3 deletions
+4
View File
@@ -11,6 +11,10 @@
.vscode/
scripts/
# Local test project (stays out of the published plugin repo;
# pure-function safety net for refactor cycles)
HellionChat.Tests/
# Packaging
pack/