Andrii Kurdiumov

Results 380 comments of Andrii Kurdiumov

@rockfordlhotka I state multiple times and will repeat again. I'm strongly against using `DynamicallyAccessedMembers(All)` at this stage. If there some limited things like `DynamicallyAccessedMembers(publicConstructors)` that maybe fine. The less we...

@rockfordlhotka can we create sample, run it with and fix all issues on the end-user side? That way we can - document what user should do in text - maybe...

@Bowman74 I notice that you mention that NativeAOT build would not work if any trim warning is present. I can say that not true, it a just that it very...

I experience this issue in f# project, I manage narrow down to 1 route which produce error. ```fsharp type DoRouteRequest = { [] p1: string [] p2: IFormFile [] p3:...

There additional cases where Cesium chokes in completely different ways. ``` typedef int int32_t; void foo(int32_t[16]); void foo2(const int32_t[16]); ``` First one have this AST ``` { "$type": "Cesium.Ast.Declaration, Cesium.Ast",...

This issue is what currently blocking #61 from progressing.

I think we have const in bunch of places. Unless we want to have specific list, we can close this.

@lovasoa can you take a look again?

I’m Windows developer by heart. I really would like to help, but because of one my quirk where I love to have native Windows build for everything I may go...

So seems to be that’s unlock me on WPF and NativeAOT support. @ThomasGoulet73 you should expect contributions when this appear on my radar