Noah Gilson

Results 159 comments of Noah Gilson

@lewing `VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion` appears to not be defined correctly now. Are you familiar with what we need to do to resolve this?

If this does not pass then I probably will do that, good suggestion

I think we're just going to take that one: https://github.com/dotnet/sdk/pull/43945 Thanks @lewing and sorry for the lost commits there.

@tmat May you please look at this dotnet watch failure?

Thank you for checking :) @tmat, which test infra fixes are you referring to? It may be worth porting them over to 8.0.1xx. Any disagreements @marcpopMSFT?

We also just hit it in main, so there might be another existing problem: https://github.com/dotnet/sdk/pull/41045

There is not yet. I will write up a proposal. It turned out to be not too hard to read the file header binary to get the architecture, so we...

Please see https://github.com/dotnet/vscode-dotnet-runtime/issues/2315, does this seem sufficient for your use case?

> I am not sure we would want to do this -- the primary reason the extension is calling `dotnet --info` is just to make sure that `dotnet` is on...

https://github.com/dotnet/vscode-csharp/blob/a15a562c9a9e20276b3f3da03e58d3615f4bf5d1/src/coreclrDebug/util.ts#L83 This hard-coded parsing of `dotnet --info` is causing some issues for customers on Mac OS. I would encourage prioritizing the issue and migrate to our APIs to find the...