Keith Mahoney
Keith Mahoney
tsaoptions.json configures automated bug filing for issues found by scanning tools running in the Pipeline. The AzDO areapath we use has been updated recently, so we update the file to...
These Warning messages started showing up in our Azure DevOps Pipeline runs: `Warning: Test Impact (Run only Impacted tests) and Code Coverage data collector will not work.` We are not...
There are issues with building this repo with VS 16.10. This was partially resolved by #319, but the managed nupkgs still do not build correctly.
### Description Consider the idl: ``` String[] GetItems(); ``` If the implementation of this function returns an empty array, the CsWinRT projection will return null. But it is expected to...