Add source path metadata to configuration backups#461
Conversation
|
Hey @DotDev262 |
|
This PR adds Please either:
Happy to review the complete feature when it lands. |
|
Hi @DotDev262 I have implemented the changes and have updated the pr. Changes included:
Validation:
This addresses the requested drift detection workflow and reporting functionality from issue #444. |
DotDev262
left a comment
There was a problem hiding this comment.
Full drift detection implementation delivered. Build passes (0 errors, 0 warnings), all 3 drift tests pass. Approved and ready to merge.
Fixes #444
Summary
Adds source configuration path metadata to WinHome configuration backups.
Changes
Added
SourcePathfield to backup metadata model.Updated
IConfigBackupServiceto accept a source configuration path.Passed the active configuration file path from
Program.csduring backup creation.Persisted source path information in generated backup files.
Added unit tests for:
Testing
dotnet builddotnet testAll tests pass successfully.