Skip to content

dotnet eol support gate for Zed

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:Zed transport:stdio runtime:npm

Install dotnet eol support gate in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

dotnet eol support gate in other clients