I\'m trying to follow this StackOverflow article, referring to this similar article on StackOverflow, and this from the UWP Windows Dev Center.
In my manifest XML, the <
Answer:
tag, do not include wincap
or rescap
in IgnorableNameSpaces
.rescap:Capability Name=
will continue to be underlined in the package XML editor, but this does not mean you will have any build warnings or errors.rescap
"must" be included in IgnorableNameSpaces
- this was clearly throwing me off, and may well confuse others, also.Hope this helps someone.
Cheers,