ShellUI.Templates 0.0.3

dotnet add package ShellUI.Templates --version 0.0.3
                    
NuGet\Install-Package ShellUI.Templates -Version 0.0.3
                    
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="ShellUI.Templates" Version="0.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ShellUI.Templates" Version="0.0.3" />
                    
Directory.Packages.props
<PackageReference Include="ShellUI.Templates" />
                    
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 ShellUI.Templates --version 0.0.3
                    
#r "nuget: ShellUI.Templates, 0.0.3"
                    
#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 ShellUI.Templates@0.0.3
                    
#: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=ShellUI.Templates&version=0.0.3
                    
Install as a Cake Addin
#tool nuget:?package=ShellUI.Templates&version=0.0.3
                    
Install as a Cake Tool

ShellUI Templates

Component templates for ShellUI CLI tool. This package contains the template definitions used by the ShellUI CLI when installing components.

Overview

This package is an internal dependency of ShellUI.CLI. It provides the component templates that are copied to your project when you run dotnet shellui add <component>.

Installation

This package is automatically installed as a dependency when you install ShellUI.CLI:

dotnet tool install -g ShellUI.CLI

You typically don't need to install this package directly.

Usage

When you use the ShellUI CLI to add components, this package provides the templates:

# The CLI uses templates from this package
dotnet shellui add button
dotnet shellui add card dialog

What's Included

This package contains:

  • Component Templates - Razor component templates for all ShellUI components
  • Metadata - Component metadata including dependencies, categories, and descriptions
  • Registry - Component registry for CLI discovery

For Developers

If you're developing ShellUI or creating custom components:

dotnet add package ShellUI.Templates

Then access templates programmatically:

using ShellUI.Templates;

var buttonTemplate = ButtonTemplate.Content;
var metadata = ButtonTemplate.Metadata;
  • ShellUI.CLI - Command-line tool that uses these templates
  • ShellUI.Components - Pre-built component library (alternative to CLI)
  • ShellUI.Core - Core models and utilities

Documentation

License

MIT License - see LICENSE for details.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.0.3 360 11/30/2025