Simplify DB to six tables and load credentials via Always Encrypted SonicCredential.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-29 08:23:55 +02:00
co-authored by Cursor
parent 4d19873776
commit dcfcb5289d
15 changed files with 1356 additions and 461 deletions
@@ -44,7 +44,7 @@ public sealed class LocalSetupSelectionStore
catch
{
// Eine beschädigte lokale Auswahl darf den Start
// nicht verhindern. Das Setup wird erneut angezeigt.
// nicht verhindern. Die Einstellungen werden erneut angezeigt.
return null;
}
}
@@ -60,7 +60,7 @@ public sealed class LocalSetupSelectionStore
if (string.IsNullOrWhiteSpace(directory))
{
throw new InvalidOperationException(
"Der lokale Setup-Ordner konnte nicht bestimmt werden.");
"Der lokale Einstellungen-Ordner konnte nicht bestimmt werden.");
}
Directory.CreateDirectory(directory);