Vertiq.Core 2.0.0

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

Commitizen friendly Nuget

<img src="img/vertiq.svg" width="100px" />

Vertiq

A highly modular Framework to write Blazor Applications with a husstle free vertical sliced architecture - Easy. Flexible. Focused.

This includes various platforms Blazor can run on such as: Blazor Server Side / Blazor Wasm / Blazor MAUI / Blazor Mobile Bindings without a single change in your code!

Platform support: .net6.0 and upper.

Usage & Installation

Start by (re)installing the templates to the latest version

dotnet new --uninstall Vertiq.Templates & dotnet new --install Vertiq.Templates 

Afterwards you will be able to start a simple project by running

REM There is currently a bug in the net7.0 SDK so we use net6.0
dotnet new globaljson --sdk-version 6.0.400 --roll-forward patch --force
REM Install the b-tool
dotnet tool install -g b-tool
REM Create the project
dotnet new vertiq-blazor-server -o AcmeProject
REM change dir
cd AcmeProject
REM create a git repo
git init && git add . && git commit -m "feat: initial commit"
REM build the project
b
REM run the project
b run -s

Prerequisites

You need to have node v12, Yarn and dotnet sdk net6.0 or higher installed on your local machine.

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

However we recommend you use the b-tool to build the project by installing it via

dotnet tool install -g b-tool
REM To build just call b afterwards
b

Afterwards you will be able to build by simply calling b on any platform. You also can specify arguments just by passing them to the tool by a space for example: b test. This even works if you current directory is a subdirectory of the project.

The project uses bullseye to list individual targets use b -l. To run individual targets call b targetname -s

Testing

Some of the integration tests use Docker. On Windows or MacOS please install Docker Desktop. Afterwards the dockerized tests will run automatically.

Releasing

We follow the semver pattern to for versioning our packages. Please use the r-tool

dotnet tool install -g r-tool

And run r and follow the wizard to guide you to the release publishing process.

Writing docs

We use a custom tool to write the documentation. To serve up docs simply call b docs.serve and open https://localhost:5080/. All documentation is in the demo/FeatureCenter.Mud directory.

Licensing

Vertiq is available for commercial usage to a thirty-day trial period, after which a license fee must be paid to obtain a license. Please contact us via vertiq@delegate.at.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (61)

Showing the top 5 NuGet packages that depend on Vertiq.Core:

Package Downloads
Vertiq.Features.Fluxor

A highly modular framework for writing Blazor applications with a hassle-free, vertical-sliced architecture - Easy. Flexible. Focused.

Vertiq.Components

A highly modular framework for writing Blazor applications with a hassle-free, vertical-sliced architecture - Easy. Flexible. Focused.

Vertiq.Stores.ConnectionStore

A highly modular framework for writing Blazor applications with a hassle-free, vertical-sliced architecture - Easy. Flexible. Focused.

Vertiq.Infastructure.Serilog

A highly modular framework for writing Blazor applications with a hassle-free, vertical-sliced architecture - Easy. Flexible. Focused.

Vertiq.Stores.AppStore

A highly modular framework for writing Blazor applications with a hassle-free, vertical-sliced architecture - Easy. Flexible. Focused.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.4.2 216 9/3/2025
7.3.1 311 4/29/2025
7.2.4 234 10/18/2024
7.2.3 317 9/24/2024
7.2.2 135 9/23/2024
7.2.1 155 9/23/2024
7.2.0 131 9/19/2024
7.1.4 165 8/27/2024
7.1.3 161 8/23/2024
7.1.2 180 8/22/2024
7.1.0 172 8/22/2024
7.0.0 171 7/3/2024
6.1.4 2,152 6/30/2024
6.1.3 2,137 6/17/2024
6.1.2 2,045 6/17/2024
6.1.1 2,089 6/16/2024
6.1.0 2,115 6/16/2024
6.0.1 2,130 6/16/2024
5.7.1 2,383 11/29/2023
5.7.0 2,225 11/21/2023
5.6.0 2,132 11/15/2023
5.5.6 150 11/14/2023
5.5.5 221 11/11/2023
5.5.4 209 11/11/2023
5.5.3 214 11/11/2023
5.5.2 216 11/11/2023
5.5.1 138 11/10/2023
5.5.0 178 11/9/2023
5.4.0 152 11/9/2023
5.3.4 142 11/7/2023
5.3.3 167 11/7/2023
5.3.2 138 11/7/2023
5.3.1 177 11/6/2023
5.3.0 166 11/6/2023
5.2.2 187 10/30/2023
5.2.1 185 10/29/2023
5.2.0 164 10/23/2023
5.1.0 205 10/21/2023
5.0.0 224 10/2/2023
4.0.0 217 9/17/2023
3.0.2 267 8/21/2023
2.3.0 270 7/7/2023
2.2.15 210 7/7/2023
2.2.14 230 7/7/2023
2.2.13 232 7/6/2023
2.2.12 210 7/6/2023
2.2.11 214 7/5/2023
2.2.10 223 7/4/2023
2.2.9 221 7/4/2023
2.2.8 199 7/4/2023
2.2.6 252 7/4/2023
2.2.5 218 7/4/2023
2.2.4 226 7/3/2023
2.2.3 217 7/3/2023
2.2.2 198 7/3/2023
2.2.1 211 7/3/2023
2.1.1 244 6/26/2023
2.1.0 209 6/26/2023
2.0.1 666 5/4/2023
2.0.0 232 5/4/2023
1.2.3 3,721 3/6/2023
1.2.2 3,558 3/3/2023
1.2.1 4,123 2/13/2023
1.2.0 4,046 2/10/2023
1.1.1 4,657 12/29/2022
1.1.0 4,725 12/27/2022
1.0.0 468 12/27/2022
0.4.16 472 12/27/2022
0.4.15 445 12/26/2022
0.4.14 507 12/26/2022
0.4.13 4,735 12/26/2022
0.4.12 4,570 12/22/2022
0.4.11 4,602 12/21/2022
0.4.10 4,582 12/20/2022
0.4.9 4,458 12/20/2022
0.4.8 4,559 12/19/2022
0.4.7 4,573 12/17/2022
0.4.6 4,589 12/17/2022
0.4.5 4,391 12/16/2022
0.4.4 4,386 12/16/2022
0.4.3 4,421 12/16/2022
0.4.2 4,358 12/16/2022
0.4.1 4,420 12/16/2022
0.4.0 4,425 12/14/2022
0.3.13 4,359 12/14/2022
0.3.12 4,419 12/14/2022
0.3.7 4,447 12/14/2022
0.3.6 4,384 12/14/2022
0.3.5 4,400 12/13/2022
0.3.4 4,419 12/13/2022
0.3.3 4,412 12/13/2022
0.3.2 4,388 12/13/2022
0.3.1 4,415 12/13/2022
0.3.0 4,467 12/11/2022
0.2.1 4,443 12/11/2022

## <small>1.2.3 (2023-03-06)</small>
* feat: environment helper ([c1755e5](https://github.com/vertiq-io/Vertiq/commit/c1755e5))