Ujjwal Chadha
Ujjwal Chadha
The Reflection code in `CreateX` methods in ComWrappersSupport.cs can use pre generated code and possibly improve performance just like the EventSource perf improvement achieved previously.
Winmdobj is a .net native style of project OutputType which requires built in knowledge of .net native to generate winmd files. The PR outputs winmdobj project as simple Library projects...
This is needed as a result of the changes introduced with [this PR](https://github.com/microsoft/CsWinRT/pull/564).
The current test coverage of CsWinRt seems to exclude some important scenarios. There's a need for a robust testing plan and test cases that can cover most of the APIs....