Andrii Kurdiumov

Results 379 comments of Andrii Kurdiumov

Yes, that the same issue which I try to address with https://github.com/microsoft/CsWinRT/pull/993

> Are you proposing declaring it as a delegate with generics for those types or generating it for each potential T? Yes, I think I looking into something like that....

@manodasanW If I read code correctly, `Expression.GetDelegateType` used because it is not known how much parameters are delegate would have. So that means it is possible that `Func/Action` types cannot...

> is your plan to replace those instances with Func/Action which then makes it AOT compatible? Yes. That's the current plan.

That's sounds unfortunate for NativeAOT case. Does that mean that instead of using `Func/Action` I should generate custom delegate types, one per each set of parameters?

What kind of problem with generic types? Isn't I can create two kind of delegates. One which live in namespace, and others can live in the generic type itself. That's...

@jkoritzinsky @AaronRobinsonMSFT can you share what's the plan how to move forward here or in near area. I think progress toward AOT in WinUI apps that's interesting.

@AaronRobinsonMSFT obviously I will ping. Even if I probably understand why you don't want expose half-backed plan, I still would like to ask for some information, maybe about general direction...

Is link is something only MSFT can see? Can it be shared?

I did try on different computer. No luck. Forget about live viewing. Will check tomorrow. Also, observation. I open file, it start scrolling and probably expanding nodes. Then exception, and...