Resolve package dependencies and dependents from central registry with optional local manifest augmentation.
Resolves NuGet package dependencies and dependents from a central registry, augmenting with local manifest data. Use it to map package relationships for dependency analysis or impact assessment.
/plugin marketplace add randlee/synaptic-canvas/plugin install sc-repomix-nuget@synaptic-canvaspackage_id: string (optional if discoverable)manifest_path: string (optional; default .nuget-context.json)registry_url: string (optional; default documented in README)manifest_path exists, read:
package_id not provided, try to infer from a primary .csproj (PackageId) or fail with a clear error.```json
{
"success": true,
"data": {
"package": { "id": "YourCompany.Core", "github": "YourCompany/Core" },
"dependencies": [ { "id": "System.Numerics.Tensors", "version": "[8.0.0,)" } ],
"dependents": [ { "id": "YourCompany.Sensors", "github": "YourCompany/Sensors" } ]
},
"error": null
}
```
```json
{
"success": false,
"data": null,
"error": {
"code": "PACKAGE_ID.MISSING",
"message": "Unable to determine package_id from manifest or .csproj",
"recoverable": false,
"suggested_action": "Provide --package_id or add .nuget-context.json"
}
}
```
Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks. Masters vulnerability assessment, threat modeling, secure authentication (OAuth2/OIDC), OWASP standards, cloud security, and security automation. Handles DevSecOps integration, compliance (GDPR/HIPAA/SOC2), and incident response. Use PROACTIVELY for security audits, DevSecOps, or compliance implementation.