CsWinRT
CsWinRT copied to clipboard
Add support for authoring interfaces with GUID attribute and Overload attribute specified
Both the Guid attribute and the Overload attribute can be manually specified when authoring an interface / method. For those scenarios, we shouldn't auto generate our own and use the specified one.
### Tasks
- [ ] https://github.com/microsoft/CsWinRT/issues/1790
- [ ] https://github.com/microsoft/CsWinRT/issues/1569