[uno-check] [WinSdk][Desktop][Banner][CLI][VS2022] "Found problems banner" --target flags not recognized
Current Behaviour
-
uno-check --target desktopanduno-check --target winsdkflags are not recognized and causing uno-check CLI to run !NO! checks -
uno-check --tfm net9.0-desktopinstead does work as expected but only in the CLI, not in VS2022 which is were I did get this command alternative from. This command automatically executed in VS2022 through the Uno Extension, does instead run the full checks, as it seems to extract the automatically used flags to--tfm net9.0 --tfm desktopfor executing uno-check, that does result in running all checks as if we would have used instead the<TargetFrameworks>net9.0-desktop;net9.0</TargetFrameworks>definition in our csproj instead.
Expected Behaviour
- Using the
desktoporwinsdkflags for--targetshould validate correctly - the Extension should not extract/split the TargetFramework and instead use the given name our csproj does define for it, and by that only run the checks we get running this in the Terminal
Additional Information
the loggs to the described Behavior has been added in the comments