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
I am using CsWinRT as a means of implementing control-less rich text support for my application. This requires that I retrieve an instance of ITextServices (which is trivial), and provide an instance of ITextHost. This second one is a problem, because while CsWinRT can easily bind it, AFAIK the code generator can currently only generate code to call an interface, not to implement one. Therefore, this issue is a blocker for this project. Could you please look into this? Thanks!
(And, by the way, props for generating NativeAOT-compatible code. Much appreciated!)
The text was updated successfully, but these errors were encountered:
I am using CsWinRT as a means of implementing control-less rich text support for my application. This requires that I retrieve an instance of
ITextServices
(which is trivial), and provide an instance ofITextHost
. This second one is a problem, because while CsWinRT can easily bind it, AFAIK the code generator can currently only generate code to call an interface, not to implement one. Therefore, this issue is a blocker for this project. Could you please look into this? Thanks!(And, by the way, props for generating NativeAOT-compatible code. Much appreciated!)
The text was updated successfully, but these errors were encountered: