-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sdk warning on nuget package Microsoft.CodeAnalysis.CodeStyle #9855
Comments
@lonitra created the issue. Does the team want to remove the package and use the SDK version of the analyzers? |
@paul1956 - what version of the VS are you on? |
@Tanya-Solyanik do we need VS preview? I get these warnings in VS 2022 17.7.3 |
Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.7.3 I used below from PowerShell to start Visual Studio.
I also have the current preview Microsoft Visual Studio Community 2022 (64-bit) - Preview Version 17.8.0 Preview 1.0 |
You need to right click on any sln file and set the newer version of VS as the one to open "sln" files. Then the script will open the solution in that instance of VS. |
@paul1956 is this solved by launching with the correct developer command prompt? |
@merriemcgaw both solutions above work to start the prerelease version of VS. The original issue about sdk warnings is not solved in production release, it is solved in prerelease. |
I followed all the instructions for installing and starting VS from a script, but I get 91 of the errors below. I do have ,Net 4.8 installed from VS installer but where do I get new compiler?
Originally posted by @paul1956 in #9807 (comment)
The text was updated successfully, but these errors were encountered: