Noah Gilson

Results 156 comments of Noah Gilson

@coderade Please attach the log that @dibarbet had suggested. The output is telling you that it _is_ using your custom path, so it did change the behavior and output. The...

> > ![image](https://user-images.githubusercontent.com/54298902/258973510-7201bc89-820c-4aed-b3fb-4e90d23ddb9f.png) ![image](https://user-images.githubusercontent.com/54298902/258974152-0807cd6d-da36-4c0a-bb01-8010509a7231.png) > > @dibarbet even installing 7.0.9 runtime manually resolve the issue, it still attempts to download everytime. > > @nagilson this seems unexpected right? It looks...

That's correct. We've changed the default to `Release` for 8.0+ TFMS: https://github.com/dotnet/sdk/pull/29155 ( as well as for `pack`.) Was waiting for the release so there were no more 🥅 ;)

Yeah, this is the same bug, but now the default is Release so it becomes Release :)

I agree the UX is quite poor. I have been working to improve the UX in the .NET SDK/CLI, hoping to give it a try and migrate that same code...

This should be added & fixed in 8.0 preview 5!

> It looks like MSBuild's messages are in English but the C# compiler's are in Czech. @nagilson, does `DOTNET_CLI_UI_LANGUAGE` not imply that the CLI sets the variables that Roslyn checks...

I looked at it again since its been a while. Actually, it looks like it sets PreferredUILang too, which it says is for C#/VB. https://github.com/dotnet/sdk/blob/main/src/Cli/Microsoft.DotNet.Cli.Utils/UILanguageOverride.cs But it does only set...

It is quite strange how this could happen. Let's follow up @baronfel tomorrow to see if the fact that it's CMD is of any help.

The first CHCP page is set to 437 for me, but then when we set it manually by using the command `chcp 65001` the symbols become ungarbled. Maybe we can...