GitBrowser
Reacher
268e137/dotnet-tools.json
Name Message Date
📁 Core Fix negated members collectors predicates 1 month ago
📁 Poc Add TODO about detecting unreachable local functions 1 month ago
📄 .editorconfig POC 1 month ago
📄 .gitignore POC 1 month ago
📄 Directory.Build.props Introduce reachability analysis 1 month ago
📄 Directory.Packages.props Introduce reachability analysis 1 month ago
📄 dotnet-tools.json POC 1 month ago
📄 Reacher.slnx Introduce reachability analysis 1 month ago
📄 TODO.md Add TODO about detecting unreachable local functions 1 month ago
📄 dotnet-tools.json
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "version": 1,
  "isRoot": true,
  "tools": {
    "csharpier": {
      "version": "1.2.6",
      "commands": [
        "csharpier"
      ],
      "rollForward": false
    }
  }
}