Xenial.Framework.Blazor

Package Description


Keywords
Blazor, DevExpress, Framework, XAF, Xenial, eXpressApp
License
Other
Install
Install-Package Xenial.Framework.Blazor -Version 0.9.0

Documentation

Commitizen friendly Xenial.Framework Nuget

Xenial.Framework

Extensions for the DevExpress ExpressApp Framework - Easy. Flexible. Focused.

Platform support: .NET Standard 2.0 and upwards, including net462.

Prerequisites

You need to have node v12 and dotnet sdk 3.1 installed on your local machine.

Set an environment variable to your DevExpress Nuget Feed

SET DEVEXPRESS_NUGET_FEED=https://nuget.devexpress.com/YOUR_API_KEY_HERE/api

For operating system different than Windows the steps may vary.

Commitizen

We use node only for linting commit messages and pushes so make sure to install the proper hooks by running:

npm install

Afterwards you are able to commit code either by hand using the commitizen rules or by running:

git cz
//OR
npm run c

Building

You should be able to build the project by using the build scripts:

#Windows
build.bat
#Or for short
b.bat
#Or for powershell
./build.ps1

#Linux & MacOS
. build.sh

The project uses bullseye to list individual targets use build -l.

Linting and Formatting

This project uses dotnet format to keep the code base consistent. If the build fails, you can use build format to automatically format code against the rules defined.

Bypass checks

By default when you commit the message is linted and before you push changes a default integration build is started. To bypass this behavior you can add --no-verify to the git commit or git push commands.

Writing docs

We use Wyam to write the documentation. To serve up docs simply call b docs.serve and open http://localhost:5080/. All documentation is in the docs directory.

Licensing

Xenial.Framework is dual-licensed under the License Zero Prosperity Public License and the License Zero Private License. The Prosperity License limits commercial use to a thirty-day trial period, after which a license fee must be paid to obtain a Private License.