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
- [Linux] Crash on System.Runtime.InteropServices.Marshal:copy_from_unmanaged_fixed when accessing shared memory
- Misaligned text in Preferences window > 2D > Animation, Asperite and Sprite Editor preferences
- Unable to Install ZivaRT Player deprecated package
- Inconsistent Label Popup UI in Package Manager
- All active Audio Sources play their Clips when the "Play On Awake" checkbox is enabled and Scene view Audio is unmuted
Add comment