Add .NET 10 as a publishing target and move VS Code extension to .NET 10#755
Draft
Copilot wants to merge 3 commits into
Draft
Add .NET 10 as a publishing target and move VS Code extension to .NET 10#755Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
Copilot
AI
changed the title
[WIP] Add .NET 10 as a publishing target for DevSkim binaries
Add .NET 10 as a publishing target and move VS Code extension to .NET 10
Jun 9, 2026
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extends framework support to .NET 10 across the libraries, CLI, language server, and build pipelines, and switches the VS Code extension's bundled language server to .NET 10.
Target frameworks
Microsoft.DevSkim,Microsoft.DevSkim.CLI,Microsoft.DevSkim.Tests: appendednet10.0Microsoft.DevSkim.LanguageServer: changed single-targetnet8.0to multi-targetnet8.0;net10.0—net8.0retained so the Visual Studio extension's existingdotnet publish -f net8.0step is unaffectedVS Code extension
package.jsonnet-setup/net-setup:releasenow publish the language server with-f net10.0Pipelines
10.0.xtodotnetVersionsUseDotNet@2task to install the10.0.xSDK (now required for the VS Code language server publish)Notes
DotnetVersion) and the Visual Studio extension's own TFM are intentionally left on9.0.x/net8.0; this PR adds .NET 10 as a target and only swaps the VS Code extension per scope.nuget.configprivate feed configuration is unchanged.