Gang Wang

Results 49 comments of Gang Wang

For the template we maintain, it's already done by PR https://github.com/dotnet/sdk/pull/29866. Now it needs to sync this change to https://github.com/github/gitignore/blob/main/VisualStudio.gitignore.

In addition, I found even if explicitly specifying the language with `--language F#` when instantiating F# item template with the constraint below ``` "constraints": { "fsharp-only": { "type": "project-capability", "args":...

Removing the old templates before the copy step could bring in another problem. After switching back to previous branch it will not get deleted templates installed again because the install...

I've checked with latest main and found C# language version 12 is not available yet. I will continue tracking this.

It's still not available. The tests with C# language version 12 failed with the error `CSC : error CS1617: Invalid option '12' for /langversion`.

> So this was a regression from #8558? Yes, that change introduced the issue.

It reproduced both with VS Developer Command Prompt and stand-alone msbuild, as well as `dotnet build` (dotnet 8.0.101). Here is a screenshot ![standalone](https://github.com/dotnet/msbuild/assets/2950449/4007e190-ce66-4039-9646-05c5387669b3). Adding encoding option to consolelogger parameters and...

> Drafting--🤞🏻 that we don't have to service 17.2 before it goes EOL in January. It's lucky 17.2 has gone to the end of support according to https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history#evergreen-bootstrappers. It's time...