Phillip Carter

Results 640 comments of Phillip Carter

@gusty would you like to make a PR to the RFC? I generally agree

This was discussed a bit on Reddit. There's a lot of utility here and it feels fairly natural. One issue is that a motivating use case is being able to...

This is what I use (well, contributed) to gitpod to install and provision docker images with the right .NET installed. Works in those environments, which are proper linux and not...

Ah, actually, I wonder if `DOTNET_ROOT` needs to get set? IIRC the default path is `$HOME/.dotnet` and so `DOTNET_ROOT=/$HOME/.dotnet` might be needed?

I agree with the spirit of this - just today, in fact, I was helping someone with their code constraining to `obj`. They had done a partial refactoring, and instead...

Feel free to unsubscribe if you're not interested.

I could see this, it's probably unexpected that the `` is calling something invalid under the covers.

Agreed on the weird equivalence between `ref` and `byref` that must have been implemented long ago. It's something I'd like to do away with somehow, but I do fear how...