I’m using the .NET Upgrade Assistant CLI to upgrade some projects. I’m doing this by invoking the assistant via powershell scripts. I cannot find any documentation on how to parse the response of the assistant, the way it looks its just text.
At the very least I’d like to check for errors but the
$?
error checking always returns true, whether there is an error or not.
Is there a way to check these results or do I need to parse the string?