Vertiq.Hosting.WinForms 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Vertiq.Hosting.WinForms --version 1.0.0
NuGet\Install-Package Vertiq.Hosting.WinForms -Version 1.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.Hosting.WinForms" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vertiq.Hosting.WinForms --version 1.0.0
#r "nuget: Vertiq.Hosting.WinForms, 1.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.
// Install Vertiq.Hosting.WinForms as a Cake Addin
#addin nuget:?package=Vertiq.Hosting.WinForms&version=1.0.0

// Install Vertiq.Hosting.WinForms as a Cake Tool
#tool nuget:?package=Vertiq.Hosting.WinForms&version=1.0.0

Commitizen friendly Nuget CI

<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 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 was computed.  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. 
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
5.7.1 149 11/29/2023
5.7.0 126 11/21/2023
5.6.0 87 11/15/2023
5.5.6 101 11/14/2023
5.5.5 91 11/11/2023
5.5.4 78 11/11/2023
5.5.3 73 11/11/2023
5.5.2 87 11/11/2023
5.5.1 98 11/10/2023
5.5.0 101 11/9/2023
5.4.0 86 11/9/2023
5.3.4 91 11/7/2023
5.3.3 97 11/7/2023
5.3.2 97 11/7/2023
5.3.1 102 11/6/2023
5.3.0 97 11/6/2023
5.2.2 115 10/30/2023
5.2.1 111 10/29/2023
5.2.0 90 10/23/2023
5.1.0 106 10/21/2023
5.0.0 123 10/2/2023
4.0.0 149 9/17/2023
3.0.2 166 8/21/2023
2.3.0 155 7/7/2023
2.2.15 160 7/7/2023
2.2.14 189 7/7/2023
2.2.13 132 7/6/2023
2.2.12 145 7/6/2023
2.2.11 158 7/5/2023
2.2.10 181 7/4/2023
2.2.9 157 7/4/2023
2.2.8 155 7/4/2023
2.2.6 174 7/4/2023
2.2.5 184 7/4/2023
2.2.4 170 7/3/2023
2.2.3 177 7/3/2023
2.2.2 151 7/3/2023
2.2.1 184 7/3/2023
2.1.1 170 6/26/2023
2.1.0 158 6/26/2023
2.0.1 207 5/4/2023
2.0.0 163 5/4/2023
1.2.3 288 3/6/2023
1.2.2 284 3/3/2023
1.2.1 289 2/13/2023
1.2.0 292 2/10/2023
1.0.0 135 7/26/2023

## 3.0.0 (2023-07-26)
* docs: added whats's new page ([b26d246](https://github.com/vertiq-io/Vertiq/commit/b26d246))
* docs(components): Added combatibility page ([1767f6b](https://github.com/vertiq-io/Vertiq/commit/1767f6b))
* docs(components): used markdown syntax instead of VLink inside docs ([1263b27](https://github.com/vertiq-io/Vertiq/commit/1263b27))
* docs(components): VIconButton dispatcher & layout ([a90df46](https://github.com/vertiq-io/Vertiq/commit/a90df46))
* docs(core): finished what's new 3.0 ([bef0aca](https://github.com/vertiq-io/Vertiq/commit/bef0aca))
* docs(layouts): Added built in layouts ([d27e8d0](https://github.com/vertiq-io/Vertiq/commit/d27e8d0))
* docs(layouts): colors & custom layouts ([b6e108b](https://github.com/vertiq-io/Vertiq/commit/b6e108b))
* docs(templates): custom nav item ([8850784](https://github.com/vertiq-io/Vertiq/commit/8850784))
* docs(templates): navitem group ([3b15bbf](https://github.com/vertiq-io/Vertiq/commit/3b15bbf))
* docs(templates): table color & compatibility link ([458118a](https://github.com/vertiq-io/Vertiq/commit/458118a))
* feat(core)!: Obsoleted several NavItem related templates ([cc2aa7d](https://github.com/vertiq-io/Vertiq/commit/cc2aa7d))
* feat(templates)!: removed old app bar concept ([de0442f](https://github.com/vertiq-io/Vertiq/commit/de0442f))
* fix/workarround: test for mediator fails with Handled Semaphore ([4aeba24](https://github.com/vertiq-io/Vertiq/commit/4aeba24))
* merge changes ([a428128](https://github.com/vertiq-io/Vertiq/commit/a428128))
* build: added ability to create a preview changelog ([6964759](https://github.com/vertiq-io/Vertiq/commit/6964759))
* fix: build for quick grid (todo: implement selection) ([6b14367](https://github.com/vertiq-io/Vertiq/commit/6b14367))
* fix: logout issues on default vertiq applications ([7845ab1](https://github.com/vertiq-io/Vertiq/commit/7845ab1))
* fix: member info creation ([1c918e4](https://github.com/vertiq-io/Vertiq/commit/1c918e4))
* fix: member info, default editor ([1b44f81](https://github.com/vertiq-io/Vertiq/commit/1b44f81))
* fix(build): removed dx nuget feed from git ([29431c5](https://github.com/vertiq-io/Vertiq/commit/29431c5))
* fix(components): brought back mudblazor button tooltip ([73bbb99](https://github.com/vertiq-io/Vertiq/commit/73bbb99))
* fix(components): markdown view memory leak fixed when rendering inline markdown ([51a8ba5](https://github.com/vertiq-io/Vertiq/commit/51a8ba5))
* fix(components): prismjs code highlighter must not check for state existence ([d4ffcd3](https://github.com/vertiq-io/Vertiq/commit/d4ffcd3))
* fix(components): VIcon renders now title when specified ([2a704d5](https://github.com/vertiq-io/Vertiq/commit/2a704d5))
* fix(mermaid): load scripts from wwwroot ([1a4fc0b](https://github.com/vertiq-io/Vertiq/commit/1a4fc0b))
* fix(templates): radzen menu overflow ([9b0d7b4](https://github.com/vertiq-io/Vertiq/commit/9b0d7b4))
* fix(templates): radzen toggle theme button as fab ([de62671](https://github.com/vertiq-io/Vertiq/commit/de62671))
* fix(winforms): launch winforms demo ([6fd7bf9](https://github.com/vertiq-io/Vertiq/commit/6fd7bf9))
* feat: add 'access_token' claim tu user for easy access on server applications ([09c3eda](https://github.com/vertiq-io/Vertiq/commit/09c3eda))
* feat: add dialog service extension for MudBlazor ([fdc5742](https://github.com/vertiq-io/Vertiq/commit/fdc5742))
* feat: add lock and response to request handling ([63a2175](https://github.com/vertiq-io/Vertiq/commit/63a2175))
* feat: add vCard ([708c070](https://github.com/vertiq-io/Vertiq/commit/708c070))
* feat: add vertiqDownloadFileFromStream to window ([68c0851](https://github.com/vertiq-io/Vertiq/commit/68c0851))
* feat: change default editor from vertiq property ([cb59809](https://github.com/vertiq-io/Vertiq/commit/cb59809))
* feat: label translation from VertiqPropertyAttribute ([33d60e1](https://github.com/vertiq-io/Vertiq/commit/33d60e1))
* feat: table selection ([047eaf8](https://github.com/vertiq-io/Vertiq/commit/047eaf8))
* feat(components): added blazority modules ([5a92318](https://github.com/vertiq-io/Vertiq/commit/5a92318))
* feat(Components): Added DX Modules & fixed markdown renderer for net8.0 ([787fe93](https://github.com/vertiq-io/Vertiq/commit/787fe93))
* feat(components): added main toolbar ([6766914](https://github.com/vertiq-io/Vertiq/commit/6766914))
* feat(components): added RadzenVButtonRenderer ([a850746](https://github.com/vertiq-io/Vertiq/commit/a850746))
* feat(components): blarorzity main layout stub ([a9acf83](https://github.com/vertiq-io/Vertiq/commit/a9acf83))
* feat(components): blarozity added branding & toggle theme ([af53ab0](https://github.com/vertiq-io/Vertiq/commit/af53ab0))
* feat(components): blarozity added branding & toggle theme ([db850f7](https://github.com/vertiq-io/Vertiq/commit/db850f7))
* feat(components): blarozity added branding & toggle theme ([d084e3c](https://github.com/vertiq-io/Vertiq/commit/d084e3c))
* feat(components): blarozity main layout & navmenu rendering ([b96aa50](https://github.com/vertiq-io/Vertiq/commit/b96aa50))
* feat(components): change template loads config ([c7d4401](https://github.com/vertiq-io/Vertiq/commit/c7d4401))
* feat(core): ability to insert navitem ([fb9b15e](https://github.com/vertiq-io/Vertiq/commit/fb9b15e))
* feat(core): added ability to add attributes to body and html elements ([2915c16](https://github.com/vertiq-io/Vertiq/commit/2915c16))
* feat(Core): Added VHR & NavItemSeparator ([f146aa4](https://github.com/vertiq-io/Vertiq/commit/f146aa4))
* feat(core): Added VIconButton Dispatcher ([7558daa](https://github.com/vertiq-io/Vertiq/commit/7558daa))
* feat(core): css builder add a class via func ([c707177](https://github.com/vertiq-io/Vertiq/commit/c707177))
* feat(Core): NavItemCollection rendering is now prepared for templated toolbars. ([01cfd8b](https://github.com/vertiq-io/Vertiq/commit/01cfd8b))
* feat(core): navitems insert before ([e75ba36](https://github.com/vertiq-io/Vertiq/commit/e75ba36))
* feat(Core): NavItems now can render with own template collection ([923d9dd](https://github.com/vertiq-io/Vertiq/commit/923d9dd))
* feat(core): navitemspacer ([f21862d](https://github.com/vertiq-io/Vertiq/commit/f21862d))
* feat(core): render navitem component & fragment ([ea103f9](https://github.com/vertiq-io/Vertiq/commit/ea103f9))
* feat(core): template collection is now copied per toolbar ([8afd986](https://github.com/vertiq-io/Vertiq/commit/8afd986))
* feat(core): template collection population ([b630bd0](https://github.com/vertiq-io/Vertiq/commit/b630bd0))
* feat(core): VButton now can accept a func as dispatcher ([e13cd91](https://github.com/vertiq-io/Vertiq/commit/e13cd91))
* feat(core): VColor to string ([65a4ea4](https://github.com/vertiq-io/Vertiq/commit/65a4ea4))
* feat(demos): added launch settings to switch templates ([450fa61](https://github.com/vertiq-io/Vertiq/commit/450fa61))
* feat(demos): added sample renderer ([2e6363d](https://github.com/vertiq-io/Vertiq/commit/2e6363d))
* feat(dx): button & iconbutton ([d519022](https://github.com/vertiq-io/Vertiq/commit/d519022))
* feat(icons): reduce memory consumption by lazy initializing & lazy loading icons ([daedda6](https://github.com/vertiq-io/Vertiq/commit/daedda6))
* feat(modules): blazority added themed stylesheets ([c1ea532](https://github.com/vertiq-io/Vertiq/commit/c1ea532))
* feat(MudBlazor): render hr & mudspacer ([0050295](https://github.com/vertiq-io/Vertiq/commit/0050295))
* feat(style): Added v-full-width ([a596c18](https://github.com/vertiq-io/Vertiq/commit/a596c18))
* feat(templates): Added basic Radzen module & removed html editor demo ([ddeda83](https://github.com/vertiq-io/Vertiq/commit/ddeda83))
* feat(templates): Added basic support for DX Templates ([56176c4](https://github.com/vertiq-io/Vertiq/commit/56176c4))
* feat(templates): added blazority templates ([f225020](https://github.com/vertiq-io/Vertiq/commit/f225020))
* feat(templates): added component navitem ([c8267c7](https://github.com/vertiq-io/Vertiq/commit/c8267c7))
* feat(templates): bit blazor application logo ([6aca8e9](https://github.com/vertiq-io/Vertiq/commit/6aca8e9))
* feat(templates): bit blazor theme & js ([35e2b3a](https://github.com/vertiq-io/Vertiq/commit/35e2b3a))
* feat(templates): bitblazor ([654f9d0](https://github.com/vertiq-io/Vertiq/commit/654f9d0))
* feat(templates): bitblazor button renderer ([812701b](https://github.com/vertiq-io/Vertiq/commit/812701b))
* feat(templates): bitblazor navigation rendering ([afbc562](https://github.com/vertiq-io/Vertiq/commit/afbc562))
* feat(templates): bitblazor navitems ([d6a3407](https://github.com/vertiq-io/Vertiq/commit/d6a3407))
* feat(templates): bitblazor spacer & header fix ([bfba09f](https://github.com/vertiq-io/Vertiq/commit/bfba09f))
* feat(templates): bitblazor toggle menu ([e98a590](https://github.com/vertiq-io/Vertiq/commit/e98a590))
* feat(templates): bitblazor toggle theme ([7cad03e](https://github.com/vertiq-io/Vertiq/commit/7cad03e))
* feat(templates): bitblazor toggle theme ([d9efee6](https://github.com/vertiq-io/Vertiq/commit/d9efee6))
* feat(templates): blarozity button & icon button ([3e227b5](https://github.com/vertiq-io/Vertiq/commit/3e227b5))
* feat(templates): blazority icon button & hover ([cb8fefa](https://github.com/vertiq-io/Vertiq/commit/cb8fefa))
* feat(templates): blazority main toolbar ([985e547](https://github.com/vertiq-io/Vertiq/commit/985e547))
* feat(templates): blazority vbutton colors ([c8ce941](https://github.com/vertiq-io/Vertiq/commit/c8ce941))
* feat(templates): custom rendering navitems ([ac78efa](https://github.com/vertiq-io/Vertiq/commit/ac78efa))
* feat(templates): dx & bitblazor icon buttons ([8a2632c](https://github.com/vertiq-io/Vertiq/commit/8a2632c))
* feat(templates): DX IconButton & Buttton Renderer ([0f63610](https://github.com/vertiq-io/Vertiq/commit/0f63610))
* feat(templates): dx nav menu ([0240988](https://github.com/vertiq-io/Vertiq/commit/0240988))
* feat(templates): radzen dark theme & main toolbar ([8ccc405](https://github.com/vertiq-io/Vertiq/commit/8ccc405))
* feat(templates): radzen vertical menu ([2418b57](https://github.com/vertiq-io/Vertiq/commit/2418b57))
* refactor(core): navitem rendering ([75a30ff](https://github.com/vertiq-io/Vertiq/commit/75a30ff))
* refactor(demos): Added Example module helper to replace renders ([d584da0](https://github.com/vertiq-io/Vertiq/commit/d584da0))
* refactor(docs): use sample renderer ([81d06e1](https://github.com/vertiq-io/Vertiq/commit/81d06e1))
* refactor(templates): removed depricated code ([75b7071](https://github.com/vertiq-io/Vertiq/commit/75b7071))
* test(markdown): make sure markdown is rendered correctly in all tfms ([52a2e89](https://github.com/vertiq-io/Vertiq/commit/52a2e89))
### BREAKING CHANGE
* We introduced the new `NavItemTemplates` class that bundles all `NavItem` releated templates into a single class.
Therefore we obsoleted the duplicated in the `DefaultTemplates` class.
* we removed serveral toolbar related templates. This will only affect users with custom templates that are using the appbar. navigation should work as expected.
* We totally changed the way NavItems work, so you templates might be broken.
Read [https://fc.vertiq.io/extensibility/templates/nav-items](NavItems) and  [https://fc.vertiq.io/extensibility/toolbars](Toolbars) for further information
## 2.3.0 (2023-07-07)
* release: new version 2.3.0 ([ba20ee7](https://github.com/vertiq-io/Vertiq/commit/ba20ee7))
* feat(Deps)!: Updated all packages except bunit ([72c70c3](https://github.com/vertiq-io/Vertiq/commit/72c70c3))
### BREAKING CHANGE
* Updated all packages except bunit (which causes a deadlock when rendering markdown > 1.18.4)