CW.Assistant.Extension.Docs 26.10.0-PullRequest628.56.65885

This is a prerelease version of CW.Assistant.Extension.Docs.
dotnet add package CW.Assistant.Extension.Docs --version 26.10.0-PullRequest628.56.65885
                    
NuGet\Install-Package CW.Assistant.Extension.Docs -Version 26.10.0-PullRequest628.56.65885
                    
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="CW.Assistant.Extension.Docs" Version="26.10.0-PullRequest628.56.65885" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CW.Assistant.Extension.Docs" Version="26.10.0-PullRequest628.56.65885" />
                    
Directory.Packages.props
<PackageReference Include="CW.Assistant.Extension.Docs" />
                    
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 CW.Assistant.Extension.Docs --version 26.10.0-PullRequest628.56.65885
                    
#r "nuget: CW.Assistant.Extension.Docs, 26.10.0-PullRequest628.56.65885"
                    
#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 CW.Assistant.Extension.Docs@26.10.0-PullRequest628.56.65885
                    
#: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=CW.Assistant.Extension.Docs&version=26.10.0-PullRequest628.56.65885&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=CW.Assistant.Extension.Docs&version=26.10.0-PullRequest628.56.65885&prerelease
                    
Install as a Cake Tool

CW.Assistant.Extension.Docs

This package ships the raw extension implementation Markdown docs for coding agents and other local consumers.

What it provides

  • contentFiles/any/any/Resources/ExtensionDocs/*.md
  • contentFiles/any/any/Resources/ExtensionDocs/PLATFORM_GUIDES/*.md
  • A transitive MSBuild property, $(CWAssistantExtensionDocsPath), that resolves to the docs directory in the restored NuGet package.

The package does not copy documentation files to the consumer's bin or obj directories. The files remain in the NuGet package cache.

Source of truth

The package source of truth is the markdown docs colocated with this project in:

  • docs/dotnet/QUICK_START.md
  • docs/dotnet/ARGS_DEVELOPER_GUIDE.md
  • docs/dotnet/COOKBOOK.md
  • docs/dotnet/REFERENCE.md
  • docs/dotnet/PLATFORM_GUIDES/*.md

The package is a thin wrapper around the repo docs and does not require a parsed JSON bundle.

Consumption

Extension projects receive this package transitively through CW.Assistant.Extensions.Contracts. Read the version selected by the resolved dependency graph rather than selecting or checking for a newer documentation version independently.

The package can also be referenced directly when a standalone consumer needs the docs:

<ItemGroup>
  <PackageReference Include="CW.Assistant.Extension.Docs" Version="<version>" />
</ItemGroup>

Read the resolved documentation path from the generated MSBuild property:

dotnet msbuild -getProperty:CWAssistantExtensionDocsPath

Agents can use the returned path to load the Markdown files directly from the restored NuGet package. The property is only set when the consumer has not already defined CWAssistantExtensionDocsPath, so a consumer can override it when needed.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • 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
26.10.0-PullRequest628.56... 0 9/16/2026