Andrii Kurdiumov

Results 380 comments of Andrii Kurdiumov

@jeremymeng will this be fixed, or this would be unsupported feature?

@unominhtuan this project is for testing implementation of COM support in NativeAOT. Actual progress can be monitored here https://github.com/dotnet/runtimelab/issues/306 This is slowly moving to some progress, so cross your fingers

@unofficialdev I think I can say what can be done right now. Here known and unknown dragons. Known dragons is - `Marshal.ReleaseComObject` and `Marshal.FinalReleaseComObject` does not work with ComWrappers. This...

Issues with `IWebBrowser.Navigate2` was fixed when I properly account for 4 slots in IDispatch. Still this probably valid issue to consider.

@unofficialdev I did not forget about WPF. I refresh what I have to run on WPF7 and discover that I have to rewrite at least `DirectWriteForwarder`. That was expected, but...

https://github.com/dotnet/wpf/issues/5305#issuecomment-1148621250 With custom WPF build I think people can start playing with NativeAOT and WPF

I would say, this questions better ask in WPF repo. First things is to make sure that WPF accepts community contribution on more faster cadence. If you want this, please...

Can you try net7.0?

There a lot of work done to reduce need for this library in WinForms 7.0 so maybe that would solve your issue

I suspect that you should just add required interface to here for example https://github.com/kant2002/WinFormsComInterop/blob/b1634b22bbe99309ef6ee93703fc5ad930bbb1e6/WinFormsComInterop/IExternalObject.cs#L20 or maybe even create separate class