GitBrowser
Slopper
mainyoutube
/dotnet-tools.json
Name Message Date
📁 .agents Setup .devcontainers and AGENT configs 1 month ago
📁 .devcontainer Setup .devcontainers and AGENT configs 1 month ago
📁 .playwright Setup .devcontainers and AGENT configs 1 month ago
📁 src Fix cropping issues 1 month ago
📄 .containerfile Add TikTok uploads 1 month ago
📄 .dockerignore Start slopping 1 month ago
📄 .editorconfig UI base 1 month ago
📄 .gitignore Setup .devcontainers and AGENT configs 1 month ago
📄 AGENTS.md Fix scrolling 1 month ago
📄 Directory.Build.props Treat warnings as errors 1 month ago
📄 Directory.Packages.props Upload the latest clip to YouTube 1 month ago
📄 dotnet-tools.json Start slopping 1 month ago
📄 global.json Start slopping 1 month ago
📄 package.json Fix frontend docker build 1 month ago
📄 pnpm-lock.yaml Fix frontend docker build 1 month ago
📄 pnpm-workspace.yaml Setup .devcontainers and AGENT configs 1 month ago
📄 README.md Fix scrolling 1 month ago
📄 Slopper.slnx Add TikTok uploads 1 month 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
    }
  }
}