refactor(configmanager): split into Core, CLI, and UI projects

Extract shared models, services, and application logic into
JdeScoping.ConfigManager.Core library. Add JdeScoping.ConfigManager.Cli
console app with validate, test-connection, and secret commands using
System.CommandLine. UI project now references Core for platform-agnostic
functionality while retaining Avalonia-specific dialog and clipboard services.
This commit is contained in:
Joseph Doherty
2026-01-28 10:01:48 -05:00
parent 5ee710d330
commit 7c4781dfe3
91 changed files with 1314 additions and 251 deletions
+2
View File
@@ -12,6 +12,8 @@
<Project Path="src/JdeScoping.Infrastructure/JdeScoping.Infrastructure.csproj" />
</Folder>
<Folder Name="/utils/">
<Project Path="src/Utils/JdeScoping.ConfigManager.Core/JdeScoping.ConfigManager.Core.csproj" />
<Project Path="src/Utils/JdeScoping.ConfigManager.Cli/JdeScoping.ConfigManager.Cli.csproj" />
<Project Path="src/Utils/JdeScoping.ConfigManager/JdeScoping.ConfigManager.csproj" />
</Folder>
<Folder Name="/tests/">