Andrii Kurdiumov

Results 380 comments of Andrii Kurdiumov

If you have any issues with missing types you can try to root them by providing XML file with linker descriptors like shown here https://docs.microsoft.com/en-us/dotnet/core/deploying/trimming/trimming-options?pivots=dotnet-6-0#root-descriptors

Question. Are you have .NET 7 SDK installed? I have 7.0.100-rc.2.22452.3 (and previously version was working fine) and everything was working. Are you have either `true` or `` (not needed...

I think this is your answer. https://github.com/dotnet/runtime/issues/61231#issuecomment-1235385283 or maybe slightly earlier for context. For now .NET 6 SDK a bit broken. You can either use specific version of ILCompiler or...

As person who want this feature. Is this would be accepted if I implement this?

My motivation to work on this issue is following. I would like to have better ecosystem which cares about NativeAOT + reflection-free mode. Reflection-free mode is experimental mode for NativeAOT,...

@IEvangelist I think build issue is from existing markdown, not from my changes. What should I do?

I rush too much and miss following error `error SYSLIB0014: 'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'` My question, should I suppress this warning/error...

Is there any reason why builds are private? It seems other projects under dotnet umbrella has public PR and CI builds. If logs would be piblic, I can fight with...