Rich Lander

Results 455 comments of Rich Lander

FYI: https://github.com/dotnet/sdk/issues/23551

Can you document a set of CLI commands that would have had an error previously that now work because of this work? That would help a lot in reviewing your...

Reported: https://github.com/dotnet/runtime/issues/73974

Great question. We had the 32BitPrefered feature from the past. It is kinda similar. I think this would be NativeArchPrefered. We haven't built that. While simple, it is not straightforward....

Good point. Yes, that should added to the doc, too. I am away on a trip so it will be a bit before that happens.

That is a good idea. I never thought about that kind of option. Can you open a separate issue for that?

Is it possible to start with an ENV solution only? That would mitigate Vitek's concerns. I'd like to reduce the number of places we have to search on disk not...

If we had a repo root story, then putting a global.json at repo root would be workable and I suspect mitigate Vitek's concerns (depending on how repo-root worked; if it...

We have discussed it. I think it is just a when not if. The best way to make that happen sooner is offer scenarios where you think that would be...

The dotnet/iot bindings will work as long as we can write a GpioWasmController. One of the huge advantages we have is that our implementation is abstracted and easy to port....