XamlCSS.WPF 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package XamlCSS.WPF --version 2.0.0
                    
NuGet\Install-Package XamlCSS.WPF -Version 2.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="XamlCSS.WPF" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XamlCSS.WPF" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="XamlCSS.WPF" />
                    
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 XamlCSS.WPF --version 2.0.0
                    
#r "nuget: XamlCSS.WPF, 2.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 XamlCSS.WPF@2.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=XamlCSS.WPF&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=XamlCSS.WPF&version=2.0.0
                    
Install as a Cake Tool

Style WPF-apps with Css

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet is compatible. 
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
2.2.1-pre2 740 5/1/2020
2.2.1-pre1 712 4/4/2020
2.2.0 2,148 2/10/2019
2.2.0-pre7 1,008 9/5/2018
2.2.0-pre6 960 8/31/2018
2.2.0-pre5 1,399 5/12/2018
2.2.0-pre4 1,333 5/6/2018
2.2.0-pre3 1,510 5/1/2018
2.2.0-pre2 1,158 4/30/2018
2.2.0-pre1 1,397 2/11/2018
2.1.0 1,917 12/9/2017
2.0.1 1,508 7/23/2017
2.0.0 1,471 5/21/2017
2.0.0-pre1 1,268 2/9/2017
1.0.6 1,489 1/22/2017
1.0.5 1,404 1/21/2017
1.0.4 1,481 12/18/2016
1.0.3 1,448 11/29/2016
1.0.2 1,459 11/29/2016
1.0.1 1,405 11/22/2016
Loading failed

2.0.0
     - #29 Support comments
     - #30 Support enter/exit trigger actions
     - #31 Better error information
     - Rewritten tokenizer, css-parser (performance, maintainability)
     - Better markup-extension parsing
     - Fixed same selector property overrides
     - Support namespaces in markup-extensions
     
     2.0.0-pre1
     - #11 Nested selectors, css-variables
     - #23 Css imports
     - #24 Sass-like mixins
     - #27 Support triggers (property, data, event)
     - #28 Fixed bracket parsing

     1.0.6
     - #20 Performance: Selectors are parsed too often

     1.0.5
     - #16 WPF: Resource FontFamily doesn't work in Css
     - #19 Decimal Number not parsed correctly
     - #18 Class not properly parsed in grouped selectors
     - #13 CSS-Parser: Broken String-Literal Handling

     1.0.4
     - Css namespacing support fixed
     - Flickering when control added to view

     1.0.3
     - Fixed NullReferenceException

     1.0.2
     - Xaml-Designer Preview support
     - CssParser Tokenizer fixed
     - Better Logical-/Visual-Tree handling

     1.0.1
     - Define stylesheet in Xaml-files with css text
     - Fixed selector specificity

     1.0.0
     - Performance/memory improvements: Caching dom-elements, dom-children,...
     - Batch-Rendering
     - Define stylesheet in Xaml-files with css text
     - Fixed selector specificity

     0.9.0-beta-1
     - Added better css-quotes support
     - Support modal pages
     - fixed bool value support
     - Fixed VisualTreeCell.Include="true"
     - Performance improvement
     - AngleSharp 0.9.8

     0.9.0-alpha-5
     - Fix partial updates: not finding all parents while executing css-parser

     0.9.0-alpha-3
     - Support more general UI types

     0.9.0-alpha
     - experimental support for MarkupExtensions

     0.8.0
     - Support for attached properties
     - Support for CSS-namespaces