-
Notifications
You must be signed in to change notification settings - Fork 356
Support VS 2022 #850
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
Comments
For now I reverted my repository back to use VS 2019. |
Yes, database creation on Windows Server 2022 is currently broken (no matter which release of Visual Studio). The system libraries in the OS update change some details that CodeQL was depending upon for observing what the build process does. We have some engineers working urgently on getting it to work, but it's complicated and we have no firm ETA for a fix yet. :-( |
disabling CodeQL due to lack of .NET 6 support: github/codeql-action#757 and github/codeql-action#850
Signed-off-by: Vincent Biret <[email protected]>
Also drop CodeQL for the time being, as it is still not compatible with VS2022 (github/codeql-action#850).
This eventually got fixed. |
Fixes: jamulussoftware#2259 Visual Studio and CodeQl now work on windows-2022 according to github/codeql-action#850
Fixes: jamulussoftware#2259 Visual Studio and CodeQl now work on windows-2022 according to github/codeql-action#850
* Also reinstate CodeQL since github/codeql-action#850 is supposed to be fixed and add dependabot.yml. * Also fix a false Coverity warning.
* Also reinstate CodeQL since github/codeql-action#850 is supposed to be fixed. * Also fix a false Coverity warning.
There is lack of CodeQL VS/Win 2022 support. Upstream Tracking bug(s): github/codeql-action#850 github/codeql-action#821
…port. Upstream Tracking bug(s): github/codeql-action#850 github/codeql-action#821
There is lack of CodeQL VS/Win 2022 support. Upstream Tracking bug(s): github/codeql-action#850 github/codeql-action#821
There is lack of CodeQL VS/Win 2022 support. Upstream Tracking bug(s): github/codeql-action#850 github/codeql-action#821
There is lack of CodeQL VS/Win 2022 support. Upstream Tracking bug(s): github/codeql-action#850 github/codeql-action#821
I updated one of my repositories to use VS 2022 and MSVC Tools v143 to build, and although I could use the latest "windows-2022" hosted runner to successfully build my solution, CodeQL failed. After digging around I found #821 which is the exact same issue, and from the linked support page it states that VS support is only up to 2019.
Can VS 2022 support be added? Thanks.
The text was updated successfully, but these errors were encountered: