Vertiq.Infastructure.Serilog 7.2.4

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

// Install Vertiq.Infastructure.Serilog as a Cake Tool
#tool nuget:?package=Vertiq.Infastructure.Serilog&version=7.2.4                

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.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

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

Package Downloads
Vertiq.Infastructure.Serilog.Sinks.Memory

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

Vertiq.Infastructure.Serilog.Sinks.File

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

Vertiq.Infastructure.Serilog.Sinks.Console

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

Vertiq.Hosting.Web

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

Vertiq.Hosting.WinForms

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.2.4 115 10/18/2024
7.2.3 142 9/24/2024
7.2.2 71 9/23/2024
7.2.1 73 9/23/2024
7.2.0 73 9/19/2024
7.1.4 99 8/27/2024
7.1.3 94 8/23/2024
7.1.2 101 8/22/2024
7.1.0 101 8/22/2024
7.0.0 95 7/3/2024
6.1.4 246 6/30/2024
6.1.3 237 6/17/2024
6.1.2 241 6/17/2024
6.1.1 241 6/16/2024
6.1.0 247 6/16/2024
6.0.1 249 6/16/2024
5.7.1 379 11/29/2023
5.7.0 319 11/21/2023
5.6.0 277 11/15/2023
5.5.6 115 11/14/2023
5.5.5 117 11/11/2023
5.5.4 104 11/11/2023
5.5.3 101 11/11/2023
5.5.2 108 11/11/2023
5.5.1 115 11/10/2023
5.5.0 118 11/9/2023
5.4.0 111 11/9/2023
5.3.4 117 11/7/2023
5.3.3 125 11/7/2023
5.3.2 116 11/7/2023
5.3.1 125 11/6/2023
5.3.0 122 11/6/2023
5.2.2 134 10/30/2023
5.2.1 120 10/29/2023
5.2.0 127 10/23/2023
5.1.0 137 10/21/2023
5.0.0 150 10/2/2023
4.0.0 163 9/17/2023
3.0.2 164 8/21/2023
2.3.0 177 7/7/2023
2.2.15 154 7/7/2023
2.2.14 171 7/7/2023
2.2.13 137 7/6/2023
2.2.12 145 7/6/2023
2.2.11 158 7/5/2023
2.2.10 168 7/4/2023
2.2.9 157 7/4/2023
2.2.8 155 7/4/2023
2.2.6 153 7/4/2023
2.2.5 161 7/4/2023
2.2.4 166 7/3/2023
2.2.3 160 7/3/2023
2.2.2 154 7/3/2023
2.2.1 165 7/3/2023
2.1.1 169 6/26/2023
2.1.0 150 6/26/2023
2.0.1 195 5/4/2023
2.0.0 164 5/4/2023
1.2.3 666 3/6/2023
1.2.2 653 3/3/2023
1.2.1 725 2/13/2023
1.2.0 713 2/10/2023
1.1.1 752 12/29/2022
1.1.0 773 12/27/2022
1.0.0 807 12/26/2022
0.4.12 798 12/22/2022
0.4.11 794 12/21/2022
0.4.10 792 12/20/2022
0.4.9 778 12/20/2022
0.4.8 758 12/19/2022
0.4.7 787 12/17/2022
0.4.6 771 12/17/2022
0.4.5 784 12/16/2022
0.4.4 777 12/16/2022
0.4.3 766 12/16/2022
0.4.2 798 12/16/2022
0.4.1 791 12/16/2022
0.4.0 813 12/14/2022
0.3.13 805 12/14/2022
0.3.12 795 12/14/2022
0.3.7 779 12/14/2022
0.3.6 791 12/14/2022
0.3.5 794 12/13/2022
0.3.4 791 12/13/2022
0.3.3 790 12/13/2022
0.3.2 780 12/13/2022
0.3.1 783 12/13/2022
0.3.0 855 12/11/2022
0.2.1 845 12/11/2022

## <small>7.2.4 (2024-10-18)</small>
* build: updated to net9.0.100-rc.2.24474.11 ([36e2ad4](https://github.com/vertiq-io/Vertiq/commit/36e2ad4))
* build: updated vulnerable packages ([5b5316f](https://github.com/vertiq-io/Vertiq/commit/5b5316f))
## <small>7.2.3 (2024-09-24)</small>
* release: new version 7.2.3 ([83a757e](https://github.com/vertiq-io/Vertiq/commit/83a757e))
* fix: reenabled redux dev tools ([fe2472c](https://github.com/vertiq-io/Vertiq/commit/fe2472c))
* fix(demo): dereference exception in todo demo ([fed89bd](https://github.com/vertiq-io/Vertiq/commit/fed89bd))
* docs: added request response samples ([e37d0c2](https://github.com/vertiq-io/Vertiq/commit/e37d0c2))