After having created a brand new project from the 2D URP template, the package manager recommended updating the Visual Studio Editor package to version 2.0.18, saying the version currently installed (2.0.14 - the one that came with the template) wasn’t verified for the editor version I’m using (2021.3.1f1 LTS).
However, updating the package to version 2.0.18 (by the package manager’s recommendation) results in the following errors:
Library\PackageCache\[email protected]\Editor\ProjectGeneration\ProjectGeneration.cs(685,58): error CS1061: ‘ScriptCompilerOptions’ does not contain a definition for ‘RoslynAdditionalFilePaths’ and no accessible extension method ‘RoslynAdditionalFilePaths’ accepting a first argument of type ‘ScriptCompilerOptions’ could be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\[email protected]\Editor\ProjectGeneration\ProjectGeneration.cs(686,50): error CS1061: ‘ScriptCompilerOptions’ does not contain a definition for ‘AnalyzerConfigPath’ and no accessible extension method ‘AnalyzerConfigPath’ accepting a first argument of type ‘ScriptCompilerOptions’ could be found (are you missing a using directive or an assembly reference?)
Is there a problem with that specific version (2.0.18) of the package?
Is there a way to fix the problem on my end?
Should I just roll back and use the unverified version of the package (since it gives me no errors)?