Andrii Kurdiumov

Results 172 issues of 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)

:mailbox_with_mail: waiting-for-testing

Fixes #7518 ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/winforms/pull/7519)

draft

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...

up-for-grabs
api-suggestion
area: COM
area: ILLinker/AOT

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...

api-suggestion

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...

api-suggestion
area: COM
:no_entry: blocked
area: ILLinker/AOT

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...

enhancement ✨
Priority-High

I would like to know if there places which need NativeAOT love, and is there desire make this lib works in reflection-free mode.

enhancement

Admittedly this is not personally for me, but discover during testing on VS2022 ![image](https://user-images.githubusercontent.com/4257079/136174075-b49cad71-9821-470d-afd4-a088f134eda0.png)

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.