PPDS.Plugins 3.0.0

dotnet add package PPDS.Plugins --version 3.0.0
                    
NuGet\Install-Package PPDS.Plugins -Version 3.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PPDS.Plugins" Version="3.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PPDS.Plugins" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="PPDS.Plugins" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PPDS.Plugins --version 3.0.0
                    
#r "nuget: PPDS.Plugins, 3.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PPDS.Plugins@3.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PPDS.Plugins&version=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=PPDS.Plugins&version=3.0.0
                    
Install as a Cake Tool

Power Platform Developer Suite

Build License: MIT .NET Docs

Developer platform for Microsoft Power Platform and Dataverse. PPDS ships a CLI, TUI, VS Code extension, MCP server, and NuGet libraries — each surface independently consumable, all developed in parallel. Install only what you need.

v1.0 Highlights

  • SQL query engine with an SSMS-like experience, TDS endpoint routing, and DML support
  • VS Code extension with profile/environment management, solutions browser, and .ppdsnb notebooks
  • Interactive TUI with menu-driven workflows for exploration and one-off tasks
  • MCP server exposing 20+ Dataverse tools to AI assistants
  • Declarative plugin registration via attributes — no Plugin Registration Tool required
  • Fast bulk data operations over pooled Dataverse connections

See docs/whats-new-v1.md for the full v1.0 feature inventory.

Quick Start

# Install the CLI tool
dotnet tool install -g PPDS.Cli

# Launch interactive TUI
ppds

# Or run commands directly
ppds auth create --name dev
ppds env select --environment "My Environment"
ppds data export --schema schema.xml --output data.zip

Platform Overview

Component Type Install Requirement
ppds CLI + TUI dotnet tool install -g PPDS.Cli .NET 8.0+ (Windows / macOS / Linux)
VS Code Extension IDE Extension Marketplace VS Code 1.109+
ppds-mcp-server MCP Server dotnet tool install -g PPDS.Mcp .NET 8.0+

NuGet Libraries

Package NuGet Description
PPDS.Plugins NuGet Declarative plugin registration attributes (net462)
PPDS.Dataverse NuGet High-performance connection pooling and bulk operations
PPDS.Migration NuGet High-performance data migration engine
PPDS.Auth NuGet Authentication profiles and credential management
PPDS.Query NuGet SQL query engine with FetchXML transpilation and ADO.NET provider
PPDS.Cli NuGet CLI tool with TUI (.NET tool)
PPDS.Mcp NuGet MCP server for AI assistants (.NET tool)

All libraries except PPDS.Plugins target net8.0, net9.0, and net10.0. Per-package documentation lives in each package's README.

CLI Commands

Command Purpose
ppds auth Authentication profiles (create, list, select, delete, update, who)
ppds env Environment discovery and selection (list, select, who)
ppds data Data operations (export, import, copy, schema, users, load, truncate)
ppds plugins Plugin registration (extract, deploy, diff, list, clean)
ppds metadata Schema browsing and authoring (entities, attributes, relationships, keys, optionsets)
ppds query Execute queries (fetch, sql, explain, history)
ppds serve Run RPC daemon for VS Code extension
Project Description
ppds-docs Documentation site (source)
ppds-tools PowerShell deployment module
ppds-alm CI/CD pipeline templates
ppds-demo Reference implementation
Claude Code templates PPDS integration for Claude Code users

Contributing

See CONTRIBUTING.md for development setup, build instructions, and guidelines.

License

PPDS is distributed under the MIT License — see LICENSE for the full text.

Third-party components and vendored source (including a subset of microsoft/git-credential-manager for credential storage) are attributed in THIRD_PARTY_NOTICES.md.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.2

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0 38 4/24/2026
2.1.0-beta.1 42 4/17/2026
2.0.0 323 12/31/2025
1.1.1 262 12/29/2025
1.1.0 307 12/17/2025
1.0.0 250 12/14/2025