I get the following error when I try to build my UWP C# app after I added...
<rescap:Capability Name="broadFileSystemAccess" />
...the manifest to support broadFileSystemAccess.
Popup error hovering mouse over horizontal blue squiggle line...
Error when Mouse hovering over ...
"The element Capabilities in namespace 'http://schemas...has invalid child element 'Capability' in namespace..."
Build error...
Validation error. error C00CE014: App manifest validation error: The app manifest must be valid as per schema: Line 40, Column 6, Reason: Element '{http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities}Capability' is unexpected according to content model of parent element '{http://schemas.microsoft.com/appx/manifest/foundation/windows10}Capabilities'. Expecting: {http://schemas.microsoft.com/appx/manifest/foundation/windows10}DeviceCapability.