Skip to content

Latest commit

 

History

History

Xui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Cube.Xui

Package AppVeyor Codecov

The Cube.Xui package has bindings, converters, commands, behaviors, and other components to provide support the MVVM pattern in WPF applications. The package is available for .NET Framework 3.5, 4.6.2, .NET 6.0, or later. Note that basic components to practice the MVVM pattern is implemented in the Cube.Core package, and the WinForms part is in the Cube.Forms package.

The Cube.Xui package depends on the Microsoft.Xaml.Behaviors.Wpf package. However, in the case of .NET Framework 3.5, it depends on the old Microsoft Expression Blend SDK instead of that. In addtion, the packages implements some features by referring to some of the code in the following projects.

Installation

You can install the library through the NuGet package. Add dependencies in your project file or select it from the NuGet packages UI on Visual Studio. For more information, see the NuGet page.

Contributing

  1. Fork Cube.Core repository.
  2. Create a feature branch from the master branch (git checkout -b my-new-feature origin/master).
  3. Commit your changes.
  4. Rebase your local changes against the master branch.
  5. Run the dotnet test command or the Visual Studio (NUnit 3 test adapter) and confirm that it passes.
  6. Create new Pull Request.

License

Copyright © 2010 CubeSoft, Inc. These packages are licensed under the Apache 2.0.