James Newton-King

Results 320 comments of James Newton-King

FYI @mgravell (part of caching epic) @eerhardt

Do this once confirmed gRPC interop tests are no longer failing.

What do you mean by disable trimming? Our projects are annotated to help trimming succeed, but that's it. Trimming happens when publishing an app. Who is publishing?

@dougbu It sounds like ILLink isn't in the SDK by default, but it is automatically downloaded when `true` is set on a project. What we're doing here, calling the ILLink...

`ProblemDetails.Extensions` is annotated to warn that types set in it are serialized, and that there maybe problems with serializing because values aren't able to be statically analyzed. If there are...

@eerhardt How come these warnings are coming from System.Linq.Expressions files? Has that project not been annotated for AOT yet?