Andrii Kurdiumov

Results 380 comments of Andrii Kurdiumov

@dsyme I'm still trying to poke at this issue. I have question which complicate my life, but probably better way to move forward. There property `RuntimeFeature.IsDynamicCodeSupported` (as of .NET 6)....

Would correct myself, only samples which has space in the name not working. - http://ooui.mecha.parts/Samples/Run/Xamarin.Forms%20Basic%20Switch%20ListView%20Sample - http://ooui.mecha.parts/Samples/Run/Xamarin.Forms%20Basic%20Entry%20ListView%20Sample

Only these warnings left in samples ``` ~/GtkSharp/Source/Libs/GLibSharp/ListBase.cs(169): AOT analysis warning IL3050: GLib.ListBase.DataMarshal(IntPtr): Using member 'System.Runtime.InteropServices.Marshal.PtrToStructure(IntPtr,Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object...

Item 2 is https://github.com/dotnet/runtimelab/issues/1107

Item 3 is not covered by #314 . After it lands, I have to look for specific usages which should be improved/avoided.

So we left with following warning on Samples, but no crashes after #314 lands. ``` ~/Source/Samples/MainWindow.cs(136,34): warning IL2026: Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application...

@jeremymeng sorry for delay. You can checkout minimal repro https://github.com/kant2002/msrestjs-437

I have global typescript installed, but likely it can be installed in the project too.

@jeremymeng So essentially copying `cp node_modules/@azure/ms-rest-js/dom-shim.d.ts node_modules/@azure/ms-rest-js/es/` is the only options for now?