GitBrowser
Slopper
mainyoutube
/dotnet-tools.json
Name Message Date
📁 .agents Setup .devcontainers and AGENT configs 5 hours ago
📁 .devcontainer Setup .devcontainers and AGENT configs 5 hours ago
📁 .playwright Setup .devcontainers and AGENT configs 5 hours ago
📁 src Show clip details to the right 5 hours ago
📄 .containerfile Add YouTube project to containerfile 1 day ago
📄 .dockerignore Start slopping 9 days ago
📄 .editorconfig UI base 7 days ago
📄 .gitignore Setup .devcontainers and AGENT configs 5 hours ago
📄 AGENTS.md Show clip details to the right 5 hours ago
📄 Directory.Build.props Treat warnings as errors 8 days ago
📄 Directory.Packages.props Upload the latest clip to YouTube 3 days ago
📄 dotnet-tools.json Start slopping 9 days ago
📄 global.json Start slopping 9 days ago
📄 package.json Setup .devcontainers and AGENT configs 5 hours ago
📄 pnpm-lock.yaml Setup .devcontainers and AGENT configs 5 hours ago
📄 pnpm-workspace.yaml Setup .devcontainers and AGENT configs 5 hours ago
📄 README.md Setup .devcontainers and AGENT configs 5 hours ago
📄 Slopper.slnx Upload the latest clip to YouTube 3 days ago
📄 dotnet-tools.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
  "version": 1,
  "isRoot": true,
  "tools": {
    "csharpier": {
      "version": "1.2.6",
      "commands": [
        "csharpier"
      ],
      "rollForward": false
    },
    "dotnet-ef": {
      "version": "10.0.7",
      "commands": [
        "dotnet-ef"
      ],
      "rollForward": false
    }
  }
}