Search Issue Tracker
Active
Votes
1
Found in [Package]
1.2.4
Issue ID
1367269
Regression
No
Unity generates .csproj file with incorrect <LangVersion> value for Visual Studio Code
Reproduction steps:
1. Create a new Project
2. Set external editor to VS Code (Edit -> Preferences -> External Tools -> External Script Editor -> Visual Studio Code)
3. Create a new C# Script in the project.
4. Open C# Project (Assets -> Open C# Project)
5. Open the "Assembly-CSharp.csproj" file in VSCode
6. Inspect the <LangVersion> XML tag
Expected result: Unity generates the <LangVersion> Tag with the latest C# language version supported by the target framework set in project settings. (i.e. 8.0)
Actual result: Unity generates 'latest' in the <LangVersion> Tag
Reproducible with: 1.2.2, 1.2.3 (2019.4.32f1, 2020.3.23f1), 1.2.4 (2019.4.32f1, 2020.3.23f1, 2021.1.28f1, 2021.2.3f1, 2022.1.0a15)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Happy Harvest] #ThunderLabel text is "\u26C8" instead of "⛈"
- Warning “New Sprite Atlas: There is a mismatch in secondary textures of sprites compared to WhiteUnit, wasting texture space and potentially break draw call batching. Affected Sprites are (Flag)“ is thrown when packing Atlas with Sprite Atlas V2
- Sprite Editor dropdown text is cut-off for options with longer text
- Sprite Editor can't be scrolled horizontally using the trackpad gesture
- BRG picking skips BatchDrawCommandProcedural when selecting the GameObject in the scene
Add comment