You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix scenario where source generator isn't detecting parameters passed…
… to WinRT mapped interfaces (#1867)
* Fix scenario where source generator isn't detecting parameters passed to WinRT mapped interfaces
* Add another test case
Make ICustomPropertyProvider AOT safe (#1677)
* Add AOT friendly support for ICutomPropertyProvider
* Add missing file and fix attribute
* Change approach to work with generic types and add more tests
* Add authoring test
* Fix check to handle namespaces
* Fix comments
* Fix warnings
* PR feedback
* PR feedback
* Indenting