Andy Gocke

Results 208 comments of Andy Gocke

VS Code also has a setting if you're reviewing locally: `"diffEditor.ignoreTrimWhitespace": true`

Great questions! Here are some useful resources: - https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trimming-concepts Conceptual doc on how trimming works - https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/fixing-warnings Doc on fixing trim warnings For validation, I can create a project that...

This looks to be a bug in the SDK. The ILLink.Tasks package is an implict package and shouldn't be included in the lock file.

+ @sbomer as well. My understanding was that this was the recommended way to pull in extra resources for publish in the sdk. If it’s not, we could explore another...

I'm going to load balance a bit. @sbomer can you look instead?

Specifically, I think the toolchain (OS + native build tools) should be locked between runtime and vmr