Description of the new feature / enhancement
When a DSC operation fails, the error notification contains too much verbose information, in particular the DSC warnings as well. The description of the error should not include warnings from DSC output
Steps to reproduce
- Go to validate a resource page
- Enter
Microsoft.WinGet/Package and click Get operation
- The operation fails as no ID is provided, but the UI notification is too noisy to appropriately communicate this to the user
Actual Behavior
See screenshot (Click to open)
Expected Behavior
We should have a parser for DSC output which is currently a string result and separate warnings from errors
See screenshot (Click to open)
Proposed technical implementation details
No response
Description of the new feature / enhancement
When a DSC operation fails, the error notification contains too much verbose information, in particular the DSC warnings as well. The description of the error should not include warnings from DSC output
Steps to reproduce
Microsoft.WinGet/Packageand clickGetoperationActual Behavior
See screenshot (Click to open)
Expected Behavior
We should have a parser for DSC output which is currently a string result and separate warnings from errors
See screenshot (Click to open)
Proposed technical implementation details
No response