GitBrowser
JsonLdRecipeParser
main/dotnet-tools.json
Name Message Date
📁 src Parsing to domain recipe 1 day ago
📁 test Parsing to domain recipe 1 day ago
📄 .editorconfig Initialize project 5 days ago
📄 .gitignore Initialize project 5 days ago
📄 Directory.Build.props Deserialize Thing JSON 1 day ago
📄 Directory.Packages.props Deserialize Thing JSON 1 day ago
📄 dotnet-tools.json Initialize project 5 days ago
📄 global.json Parse ingredients 3 days ago
📄 JsonLdRecipeParser.slnx Create recipe "domain" 5 days ago
📄 README.md Add "documentation" 1 day 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.3.0",
      "commands": [
        "csharpier"
      ],
      "rollForward": false
    }
  }
}