SDS2.Plugin.UI 0.0.9-preview

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

Why Use This Library?

This library contains WPF themed components to match the design of SDS2.

How to Use

app.xaml

<Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/SDS2.Plugin.UI;component/Themes/Dark.xaml"/>
                <ResourceDictionary Source="pack://application:,,,/SDS2.Plugin.UI;component/Themes/Light.xaml"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>

[Your]Window.xaml

 xmlns:sc="clr-namespace:SDS2.Plugin.UI.Controls;assembly=SDS2.Plugin.UI"
 xmlns:sm="clr-namespace:SDS2.Plugin.UI.Models;assembly=SDS2.Plugin.UI"

<Window.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <sm:CommonDictionary Source="pack://application:,,,/SDS2.Plugin.UI;component/Resources/SDS2Icons.xaml"/>
                <sm:CommonDictionary Source="pack://application:,,,/SDS2.Plugin.UI;component/Themes/Generic.xaml"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Window.Resources>
Product Compatible and additional computed target framework versions.
.NET net6.0-windows is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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
0.0.9-preview 124 4/15/2024
0.0.8-preview 85 4/4/2024
0.0.7-preview 151 1/2/2024
0.0.6-preview 98 1/2/2024
0.0.5-preview 148 11/16/2023
0.0.4-preview 125 9/20/2023
0.0.3-preview 148 7/13/2023
0.0.2-preview 136 6/27/2023
0.0.1-preview 127 6/20/2023

Alpha testing