Skip to content
VS Code

dotnet eol support gate for VS Code

io.github.jmshinhwa/dotnet-eol-support-gate

Dates every target framework in a .csproj against Microsoft's end-of-support day and against the sup

client:VS Code transport:stdio runtime:npm

Install dotnet eol support gate in VS Code

.vscode/mcp.json

{
  "servers": {
    "dotnet-eol-support-gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/dotnet-eol-support-gate"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

dotnet eol support gate in other clients