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
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
- “Assertion failed on expression” errors thrown when undoing Nodes creation with keyboard shortcut
- Crash on various stack traces when using Texture2D.CreateExternalTexture() while rendering
- Clicking on section text in Node Library > Context folder throws NullReferenceException errors
- Node Library window sections text in Context folder are not visible when Editor is set to Light Theme
Add comment