Document DB v12 - Improved Interceptors with Soft Delete Integration, AI protections, & Admin UI with Aspire Integration!How!?
Configuration
MSBuild Configuration
Section titled “MSBuild Configuration”| Property | Default | Description |
|---|---|---|
ShinyDIExtensionMethodName |
AddGeneratedServices |
Name of the generated extension method |
ShinyDIExtensionNamespace |
Global namespace | Namespace for the generated code |
ShinyDIExtensionInternalAccessor |
false |
Generate internal instead of public extension method |
<PropertyGroup> <ShinyDIExtensionMethodName>AddMyServices</ShinyDIExtensionMethodName> <ShinyDIExtensionNamespace>My.Namespace</ShinyDIExtensionNamespace> <ShinyDIExtensionInternalAccessor>true</ShinyDIExtensionInternalAccessor></PropertyGroup>AI Coding Assistant
Section titled “AI Coding Assistant”Step 1 — Add the marketplace:
claude plugin marketplace add shinyorg/skillsStep 2 — Install the plugin:
claude plugin install shiny-extensions@shinyStep 1 — Add the marketplace:
copilot plugin marketplace add https://github.com/shinyorg/skillsStep 2 — Install the plugin:
copilot plugin install shiny-extensions@shiny

