Skip to content

awesomedotnetcore/Cube.Core

 
 

Repository files navigation

Cube.Core

NuGet AppVeyor Azure Pipelines Codecov

Cube.Core is a shared library to support the MVVM pattern in WPF or WinForms applications. The library is available for .NET Framework 3.5, 4.5, .NET Standard 2.0, or later.

Installation

You can install the library through the NuGet package. Add a dependency in your project file using the following syntax:

<ItemGroup>
    <PackageReference Include="Cube.Core" Version="1.17.0" />
</ItemGroup>

Or select it from the NuGet packages UI on Visual Studio.

Dependencies

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 test suite with the NUnit console or the Visual Studio (NUnit 3 test adapter) and confirm that it passes.
  6. Create new Pull Request.

License

Copyright © 2010 CubeSoft, Inc. The project is licensed under the Apache 2.0.

About

Library to support the MVVM pattern in WPF or WinForms, which is available for .NET Framework 3.5, 4.5, .NET Standard 2.0, or later.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.3%
  • Ruby 0.7%