Serilog.Sinks.Postgresql.Alternative
3.4.1
See the version list below for details.
dotnet add package Serilog.Sinks.Postgresql.Alternative --version 3.4.1
NuGet\Install-Package Serilog.Sinks.Postgresql.Alternative -Version 3.4.1
<PackageReference Include="Serilog.Sinks.Postgresql.Alternative" Version="3.4.1" />
paket add Serilog.Sinks.Postgresql.Alternative --version 3.4.1
#r "nuget: Serilog.Sinks.Postgresql.Alternative, 3.4.1"
// Install Serilog.Sinks.Postgresql.Alternative as a Cake Addin #addin nuget:?package=Serilog.Sinks.Postgresql.Alternative&version=3.4.1 // Install Serilog.Sinks.Postgresql.Alternative as a Cake Tool #tool nuget:?package=Serilog.Sinks.Postgresql.Alternative&version=3.4.1
Serilog.Sinks.Postgresql.Alternative is a library to save logging information from https://github.com/serilog/serilog to https://www.postgresql.org/.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. 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 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- Microsoft.Extensions.Configuration (>= 6.0.0)
- Npgsql (>= 6.0.3)
- Serilog (>= 2.10.0)
- Serilog.Sinks.PeriodicBatching (>= 2.3.1)
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 6.0.0)
- Npgsql (>= 6.0.3)
- Serilog (>= 2.10.0)
- Serilog.Sinks.PeriodicBatching (>= 2.3.1)
-
.NETStandard 2.1
- Microsoft.Extensions.Configuration (>= 6.0.0)
- Npgsql (>= 6.0.3)
- Serilog (>= 2.10.0)
- Serilog.Sinks.PeriodicBatching (>= 2.3.1)
-
net5.0
- Microsoft.Extensions.Configuration (>= 6.0.0)
- Npgsql (>= 6.0.3)
- Serilog (>= 2.10.0)
- Serilog.Sinks.PeriodicBatching (>= 2.3.1)
-
net6.0
- Microsoft.Extensions.Configuration (>= 6.0.0)
- Npgsql (>= 6.0.3)
- Serilog (>= 2.10.0)
- Serilog.Sinks.PeriodicBatching (>= 2.3.1)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Serilog.Sinks.Postgresql.Alternative:
Package | Downloads |
---|---|
Kalbe.Library.Common
Package Description |
|
Kalbe.Library.Data.EntityFrameworkCore
Package Description |
|
Abc.Utils
Abc.Utils |
|
SolidAppers.Core
Solid Framework base package |
|
Cadmus.Api.Config
Cadmus API configuration |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Serilog.Sinks.Postgresql.Alternative:
Repository | Stars |
---|---|
neozhu/CleanArchitectureWithBlazorServer
This is a repository for creating a Blazor Server dashboard application following the principles of Clean Architecture
|
|
DevArchitecture/DevArchitecture
DevArchitecture Backend Project
|
|
serilog-contrib/serilog-ui
Simple Serilog log viewer UI for several sinks.
|
Version | Downloads | Last updated |
---|---|---|
4.1.1 | 78,447 | 7/2/2024 |
4.1.0 | 170 | 7/2/2024 |
4.0.4 | 26,285 | 5/16/2024 |
4.0.3 | 80,072 | 3/3/2024 |
4.0.2 | 49,056 | 11/27/2023 |
4.0.1 | 508 | 11/26/2023 |
4.0.0 | 527 | 11/21/2023 |
3.5.0 | 256,226 | 11/20/2022 |
3.4.5 | 45,053 | 10/30/2022 |
3.4.4 | 80,157 | 8/31/2022 |
3.4.3 | 30,720 | 6/1/2022 |
3.4.2 | 100,362 | 4/4/2022 |
3.4.1 | 11,658 | 2/16/2022 |
3.4.0 | 30,437 | 1/12/2022 |
3.3.12 | 42,418 | 11/9/2021 |
3.3.11 | 15,262 | 10/28/2021 |
3.3.10 | 1,736 | 10/14/2021 |
3.3.9 | 4,680 | 9/12/2021 |
3.3.8 | 975 | 9/3/2021 |
Version 3.4.1.0 (2022-02-16): Updated NuGet packages, added nullable checks, added editorconfig, added file scoped namespaces, added global usings, removed native support for Net Framework (Breaking change).