Vertiq.Templates.Radzen 7.2.0

dotnet add package Vertiq.Templates.Radzen --version 7.2.0                
NuGet\Install-Package Vertiq.Templates.Radzen -Version 7.2.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.Templates.Radzen" Version="7.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vertiq.Templates.Radzen --version 7.2.0                
#r "nuget: Vertiq.Templates.Radzen, 7.2.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.
// Install Vertiq.Templates.Radzen as a Cake Addin
#addin nuget:?package=Vertiq.Templates.Radzen&version=7.2.0

// Install Vertiq.Templates.Radzen as a Cake Tool
#tool nuget:?package=Vertiq.Templates.Radzen&version=7.2.0                

Commitizen friendly Nuget CI

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

Vertiq

A highly modular framework for writing Blazor applications with a hassle-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: .net8.0 and upper.

Usage & Installation

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

dotnet new install Vertiq.Templates 

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

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

Contributing

Prerequisites

You need to have node v12, Yarn and dotnet sdk net8.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 to automate the release process. To install it run:

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 the Feature-Center as a custom tool to write the documentation. To serve up docs simply call dotnet run --project demo\FC\FC\FC.csproj and open https://localhost:7130. All documentation is in the demo/FC/FC.Module 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 sales@vertiq.io.

Product Compatible and additional computed target framework versions.
.NET 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 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
7.2.0 33 9/19/2024
7.1.4 55 8/27/2024
7.1.3 68 8/23/2024
7.1.2 72 8/22/2024
7.1.0 73 8/22/2024
7.0.0 74 7/3/2024
6.1.4 88 6/30/2024
6.1.3 74 6/17/2024
6.1.2 78 6/17/2024
6.1.1 80 6/16/2024
6.1.0 78 6/16/2024
6.0.1 83 6/16/2024
5.7.1 173 11/29/2023
5.7.0 120 11/21/2023
5.6.0 120 11/15/2023
5.5.6 74 11/14/2023
5.5.5 75 11/11/2023
5.5.4 62 11/11/2023
5.5.3 68 11/11/2023
5.5.2 65 11/11/2023
5.5.1 76 11/10/2023
5.5.0 74 11/9/2023
5.4.0 73 11/9/2023
5.3.4 75 11/7/2023
5.3.3 70 11/7/2023
5.3.2 66 11/7/2023
5.3.1 84 11/6/2023
5.3.0 75 11/6/2023
5.2.2 84 10/30/2023
5.2.1 83 10/29/2023
5.2.0 79 10/23/2023
5.1.0 94 10/21/2023
5.0.0 86 10/2/2023
4.0.0 90 9/17/2023
3.0.2 102 8/21/2023
1.0.0 103 7/26/2023

## 7.2.0 (2024-09-19)
* build: added DesignerSerializationVisibility for IApplicationProperty for VertiqBlazorWebView ([14c73c1](https://github.com/vertiq-io/Vertiq/commit/14c73c1))
* build: added missing .gitkeep file ([52a04c8](https://github.com/vertiq-io/Vertiq/commit/52a04c8))
* build: aspire 8.2 & bitblazor verify ([5d60692](https://github.com/vertiq-io/Vertiq/commit/5d60692))
* build: fixed minver templates issue ([b01a2df](https://github.com/vertiq-io/Vertiq/commit/b01a2df))
* build: GA use upload and download artifacts @v4 ([d1f01a5](https://github.com/vertiq-io/Vertiq/commit/d1f01a5))
* build: minver not in debug mode ([1c3d6a7](https://github.com/vertiq-io/Vertiq/commit/1c3d6a7))
* build: ncrunch for Vertiq.Core.sln ([cdc9de0](https://github.com/vertiq-io/Vertiq/commit/cdc9de0))
* build: reenabled net9.0 tests after RC fixed the runtime bug ([943a7bb](https://github.com/vertiq-io/Vertiq/commit/943a7bb))
* build: removed template un and install warnings ([559f529](https://github.com/vertiq-io/Vertiq/commit/559f529)), closes [#91](https://github.com/vertiq-io/Vertiq/issues/91)
* build: try to figure out why version is not working ([ac9e524](https://github.com/vertiq-io/Vertiq/commit/ac9e524))
* build: try to figure out why version is not working ([974bf5c](https://github.com/vertiq-io/Vertiq/commit/974bf5c))
* build: try to figure out why version is not working ([bbe9509](https://github.com/vertiq-io/Vertiq/commit/bbe9509))
* build: try to figure out why version is not working ([ef08a04](https://github.com/vertiq-io/Vertiq/commit/ef08a04))
* build: try to figure out why version is not working ([aead937](https://github.com/vertiq-io/Vertiq/commit/aead937))
* build: try to fix test:templates issue ([d9a5eb9](https://github.com/vertiq-io/Vertiq/commit/d9a5eb9))
* build: updated to net9.0 RC1 ([4637ddf](https://github.com/vertiq-io/Vertiq/commit/4637ddf))
* build: use Release instead of Debug negation ([60e6907](https://github.com/vertiq-io/Vertiq/commit/60e6907))
* feat: add cancellation token to WriteAsync in StreamNotificationHandler ([a64a3e5](https://github.com/vertiq-io/Vertiq/commit/a64a3e5))
* feat: added basic project structure SyncFusion ([1499da8](https://github.com/vertiq-io/Vertiq/commit/1499da8))
* feat: adding basic VTabControl and VTab component stubs ([48366af](https://github.com/vertiq-io/Vertiq/commit/48366af))
* feat(components): Added basic Tabs & Tab Templates ([092ce2d](https://github.com/vertiq-io/Vertiq/commit/092ce2d))
* feat(components): added BitBlazorTabs & BitBlazorTab renderers ([e637958](https://github.com/vertiq-io/Vertiq/commit/e637958))
* feat(components): added BlazorityTabs & BlazorityTab renderers ([c438323](https://github.com/vertiq-io/Vertiq/commit/c438323))
* feat(components): added DXTabs & DXTab renderers ([5fa1f69](https://github.com/vertiq-io/Vertiq/commit/5fa1f69))
* feat(components): added RadzenTabs & RadzenTab renderers ([6f5ab0e](https://github.com/vertiq-io/Vertiq/commit/6f5ab0e))
* feat(components): syncfusion basic components demo ([1e18873](https://github.com/vertiq-io/Vertiq/commit/1e18873))
* feat(core): removed minver when running in Debug ([eb0ce1d](https://github.com/vertiq-io/Vertiq/commit/eb0ce1d))
* feat(core): removed minver when running in Debug ([3b5f753](https://github.com/vertiq-io/Vertiq/commit/3b5f753))
* feat(demo): added whatsnew pages ([951f7b2](https://github.com/vertiq-io/Vertiq/commit/951f7b2))
* feat!: remove internal ListDictionary.cs and replace with a regular collection ([3291bd3](https://github.com/vertiq-io/Vertiq/commit/3291bd3))
* feat(components: center buttons & VPosition for Tabs demo ([ccff404](https://github.com/vertiq-io/Vertiq/commit/ccff404))
* refactor!: correct typo in namespace from EditorProperites to EditorProperties ([b87b508](https://github.com/vertiq-io/Vertiq/commit/b87b508))
* Revert "refactor: change method visibility to protected in handlers" ([aec6e5c](https://github.com/vertiq-io/Vertiq/commit/aec6e5c))
* refactor: add missing namespace declaration in CardTemplate ([ba33668](https://github.com/vertiq-io/Vertiq/commit/ba33668))
* refactor: change method visibility to protected in handlers ([54f93a8](https://github.com/vertiq-io/Vertiq/commit/54f93a8))
* refactor: make EditorSelections array readonly ([6812f49](https://github.com/vertiq-io/Vertiq/commit/6812f49))
* refactor: make helper methods static in EditorRepository ([2704a0b](https://github.com/vertiq-io/Vertiq/commit/2704a0b))
* refactor: make ModuleCatalogBase class abstract ([ef7aca5](https://github.com/vertiq-io/Vertiq/commit/ef7aca5))
* refactor: mark Handled field as readonly in RequestBase ([35d8db4](https://github.com/vertiq-io/Vertiq/commit/35d8db4))
* refactor: replace null checks with `ThrowIfNull` ([08e3d1c](https://github.com/vertiq-io/Vertiq/commit/08e3d1c))
* refactor: seal and modify access in ModuleCatalogItemCollection ([9d233a4](https://github.com/vertiq-io/Vertiq/commit/9d233a4))
* refactor: simplify dependency addition in ModuleInfo ([675029f](https://github.com/vertiq-io/Vertiq/commit/675029f))
* refactor: update ModuleDependencySolver to use new collections ([fcc9219](https://github.com/vertiq-io/Vertiq/commit/fcc9219))
* refactor: use ArgumentNullException.ThrowIfNull for validation ([fd6f20a](https://github.com/vertiq-io/Vertiq/commit/fd6f20a))
* refactor(components): renamed DefaultStackLayout to Renderer convention ([a673ccd](https://github.com/vertiq-io/Vertiq/commit/a673ccd))
* chore: remove unused name parameter doc ([4868376](https://github.com/vertiq-io/Vertiq/commit/4868376))
* chore: removed empty StackLayoutTemplate file ([a0b3edb](https://github.com/vertiq-io/Vertiq/commit/a0b3edb))
* docs: correct return type documentation in IPipelineBehavior ([165bffe](https://github.com/vertiq-io/Vertiq/commit/165bffe))
* fix: bitblazor readonly now works as expected, refactored unused namespaces ([9000143](https://github.com/vertiq-io/Vertiq/commit/9000143))
* fix: correct ArgumentNullException parameter name ([7c26894](https://github.com/vertiq-io/Vertiq/commit/7c26894))
* fix: correct typo in `SetPrefferedThemeAction` to `SetPreferredThemeAction` ([9e80945](https://github.com/vertiq-io/Vertiq/commit/9e80945))
* fix: correct typo in class name DaemonHostingContext ([cc6db50](https://github.com/vertiq-io/Vertiq/commit/cc6db50))
* fix: Correct typo in theme-related variables and methods ([8c83431](https://github.com/vertiq-io/Vertiq/commit/8c83431))
* fix(logging): remove null-conditional operators on logger calls ([22e0703](https://github.com/vertiq-io/Vertiq/commit/22e0703))
* fix(logging): update debug and error log formats ([84bd69c](https://github.com/vertiq-io/Vertiq/commit/84bd69c))
### BREAKING CHANGE
* ListDictionary.cs was removed as it was intended for internal use and has now been replaced by a regular collection. This change is breaking, as any external dependencies on this class will no longer function.
* The namespace has been changed from `Vertiq.Editors.Middlewares.EditorProperites` to `Vertiq.Editors.Middlewares.EditorProperties`. Any references to the old namespace must be updated.
## <small>7.1.4 (2024-08-27)</small>
* release: new version 7.1.4 ([0da355a](https://github.com/vertiq-io/Vertiq/commit/0da355a))
* docs: fix typos in the documentation ([8e00a8b](https://github.com/vertiq-io/Vertiq/commit/8e00a8b))