Andrii Kurdiumov
Andrii Kurdiumov
Fixes #7518 Eventually I should improve #7519 but until then, this is safer approach IMO. cc @Olina-Zhang @dreddy-work @RussKie ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/winforms/pull/7589)
Fixes #7518 ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/winforms/pull/7519)
I want to raise questions about plans for adding ComWrappers support in WinForms. This make WinForms application IL trimming friendly. For me that would be big win for NativeAOT, but...
Currently DragDrop process starts with `DragDropEffects DoDragDrop(object data, DragDropEffects allowedEffects)` which inside perform dispatcherization of the supported interfaces and objects. Sometimes this may means that we rely on Built-in COM...
The [LibraryImportGenerator](https://github.com/dotnet/runtime/issues/43060) experiment lands .NET 7 and provide slightly better performance with high compatibility bar. Also LibraryImportGenerator probably would be productized for .NET 7 https://github.com/dotnet/runtime/issues/60595 .NET Team itself embrace it...
I want to be able test my bot logic by creation of predefined game state and verify that decision which bot made working correctly. I want something like BWAPIClient but...
I would like to know if there places which need NativeAOT love, and is there desire make this lib works in reflection-free mode.
Admittedly this is not personally for me, but discover during testing on VS2022 
When create new application for .NET 6 it is missing Main method, and I have to create new method to find that Disasmo opens using autocomplete.