Andy Gocke

Results 208 comments of Andy Gocke

I agree with @richlander, I think this is the correct direction.

I think this is because we retired global.json for native assets entirely. I deleted the section in my other PR and it seems to be passing.

Looks like this still hasn't been completed.

Thanks! Looks like there have been a few changes between when I originally wrote this and now, so it needs a little fixup. I'll move to draft until I can...

@SimonCropp All updated. Happy to add a sample. Where would you like it? FYI, there should be some correctness assurance via the `PublishTrimmed` property. That enables the analyzer in .NET...

cc @MattGal @ChadNedzlek

I'm not an expert on Blazor so take all this with a grain of salt but, If SelfContained=false is being passed to a project with mandatory trimming, I'd expect the...

Having repo-local SDKs make sense and I think is tractable. The team talked about repo-local runtimes and that one seems much more difficult. Not only would it probably be a...

@RussKie You're confusing the SDK with the runtime. `global.json` is an SDK configuration option. Right now there's no way to configure the muxer `dotnet.exe` to look somewhere else for the...

It looks like up-to-date checking might be confused. If you clear the `obj` directory and rebuild, does the error still appear?