AllOverIt.Serilog
7.12.0
See the version list below for details.
dotnet add package AllOverIt.Serilog --version 7.12.0
NuGet\Install-Package AllOverIt.Serilog -Version 7.12.0
<PackageReference Include="AllOverIt.Serilog" Version="7.12.0" />
paket add AllOverIt.Serilog --version 7.12.0
#r "nuget: AllOverIt.Serilog, 7.12.0"
// Install AllOverIt.Serilog as a Cake Addin #addin nuget:?package=AllOverIt.Serilog&version=7.12.0 // Install AllOverIt.Serilog as a Cake Tool #tool nuget:?package=AllOverIt.Serilog&version=7.12.0
Overview
AllOverIt began as a single nuget package of the same name in 2015. Since then, the library has broadened and deepened in functionality, resulting in a comprehensive set of dedicated nuget packages that encompass a number of different domains.
Refer to the Change Log for an overview of what has recently changed.
Refer to the online Documentation for comprehensive usage information.
A summary for each of the available packages is provided below.
AllOverIt
This general-purpose package contains a diverse range of classes and utility functions, intended to tackle a wide array of commonly encountered issues.
Key areas of concern include threading, tasks, generic caching, event (message) aggregation, expression and reflection utilities, plugin contexts, enriched enums, pipelines, value objects, specifications, and dozens of extensions.
AllOverIt.AspNetCore
This package provides useful ASP.NET Core utilities such as custom model binding for AllOverIt based enriched enum types, and arrays of values in a query string.
AllOverIt.Assertion
This package contains a useful collection of pre- and post-condition assertion extension methods, and a fluent-like approach to throwing exceptions based on a given condition or custom predicate.
AllOverIt.Aws.AppSync.Client
This package contains AWS AppSync GraphQL and Subscription clients with support for serialization using Newtonsoft or System.Text, including serialization of AllOverIt based enriched enums.
AllOverIt.Aws.Cdk.AppSync
This package greatly simplifies the generation of AWS Graphql schemas, including their associated mapping and resolver configuration, using a code-first approach.
AllOverIt.Cryptography
This package provides byte-array and stream-based interfaces for encryption algorithms such as AES, RSA and an RSA-AES hybrid. It also includes useful extension methods that greatly simplifies the encryption and decryption between byte-arrays, streams, plain text and base64 encoded versions of plain text and cipher text.
AllOverIt.Csv
Using CsvHelper to perform the actual writing of CSV content, this package provides a configuration based serializer that can export data using a model with fixed columns as well as dynamic columns derived from complex or array type properties.
AllOverIt.DependencyInjection
This package provides useful dependency injection related utilities such as registering and resolving 'named' services, auto service discovery and registration via a service registrar, and service decoration.
AllOverIt.EntityFrameworkCore
This package provides EntityFramework Core utilities such as a database migration helper and a value converter for AllOverIt based enriched enum types.
AllOverIt.EntityFrameworkCore.Diagrams
In conjunction with D2, this package will generate entity relationship diagrams for an EntityFramework Core DbContext.
AllOverIt.EntityFrameworkCore.Pagination
Using AllOverIt.Pagination as the basis for advanced keyset-based pagination, this package provides additional extensions for use with EntityFramework Core.
AllOverIt.Evaluator
This package contains a highly-extendable mathematical expression compiler and evaluator that includes constant, mutable, delegate, and lazily evaluated variables, offers implicit and explicit variable lookup, and supports custom arithmetic operators and operations.
AllOverIt.Filtering
This package adds comprehensive filtering support to any IQueryable with built-in provision for operations such as Contains
, StartsWith
, EndsWith
, In
, NotIn
, EqualTo
, NotEqualTo
, GreaterThan
, LessThan
, GreaterThanOrEqual
, and LessThanOrEqual
.
It's also possible to create a custom predicate based on a Specification and there are options such as ignoring default (null) filter values and parameterizing query inputs that makes it ideal for use with EntityFramework Core.
AllOverIt.Fixture
This package contains a base fixture class with numerous helper methods to assist with scaffolding unit tests. Utilizes AutoFixture to do most of the hard work.
AllOverIt.Fixture.FakeItEasy
This package extends AllOverIt.Fixture to support FakeItEasy integration.
AllOverIt.GenericHost
This package contains generic host helpers and convenience methods for setting up console applications that support dependency injection.
AllOverIt.Logging
This package contains extension methods to provide additional logging functionality.
AllOverIt.Logging.Testing
This package contains helper methods that assist with asserting logger calls.
AllOverIt.Mapping
This package contains an object mapper that is mostly configuration free, but also capable of property exclusion, aliasing, null replacement, value conversion, and deep copying.
AllOverIt.Pagination
An advanced keyset-based pagination package that uses a fluent-style builder to create queries that cater for forward and backward navigation for any given deterministic base query.
Each page of results includes a 'continuation token' for the current, next, and previous page. These tokens can be used at a later time to navigate to the same location within the dataset, thereby somewhat overcoming the inability of random access traditionally associated with keyset-based navigation.
AllOverIt.Pipes
This package provides support for communication over anonymous pipes using StreamReader and StreamWriter, and strongly-typed message-based communication over named pipes using a binary serializer.
The named pipes can use the binary serializer from AllOverIt.Serialization.Binary or you can create your own.
AllOverIt.Reactive
This package contains utility extensions for use with System.Reactive.
AllOverIt.ReactiveUI
This package contains utility extensions for use with ReactiveUI.
AllOverIt.ReactiveUI.Wpf
This package contains utility extensions for use with ReactiveUI and WPF.
AllOverIt.Serialization.Binary
This package provides enhanced support for binary serialization. Complex object graphs, lists, dictionaries and nullable values can all be dynamically serialized using reflection-based readers and writers or, for greater performance, a custom serializer per object within the graph.
AllOverIt.Serialization.Json.Abstractions
This package contains JSON serialization abstractions.
AllOverIt.Serialization.Json.NewtonSoft
This package contains a wrapper for Newtonsoft JSON serialization based on AllOverIt.Serialization.Json.Abstractions.
AllOverIt.Serialization.Json.SystemText
This package contains a wrapper for System.Text JSON serialization based on AllOverIt.Serialization.Json.Abstractions.
AllOverIt.Serilog
This package contains general-purpose Serilog sinks and enrichers.
AllOverIt.Validation
This package contains additional validators and extensions for use with FluentValidation. It includes an invoker that will select, and invoke, a registered validator based on a provided model.
Synchronous and Asynchronous validation is supported, along with extensions that make it easier to pass context information into a validator to keep it stateless.
Also available is a validation registrar that makes it possible to auto-register all validators within the same assembly. Validators can also be filtered based on a predicate.
AllOverIt.Validation.Options
This package contains Microsoft.Extensions.Options validation using FluentValidation.
AllOverIt.Wpf
This package contains general purpose WPF utilities.
AllOverIt.Wpf.Controls
This package contains useful WPF controls.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- AllOverIt (>= 7.12.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Serilog.Extensions.Hosting (>= 8.0.0)
-
net6.0
- AllOverIt (>= 7.12.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Serilog.Extensions.Hosting (>= 8.0.0)
-
net7.0
- AllOverIt (>= 7.12.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Serilog.Extensions.Hosting (>= 8.0.0)
-
net8.0
- AllOverIt (>= 7.12.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Serilog.Extensions.Hosting (>= 8.0.0)
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 |
---|---|---|
8.0.0-preview.15 | 35 | 10/23/2024 |
8.0.0-preview.14 | 54 | 7/26/2024 |
8.0.0-preview.13 | 70 | 7/21/2024 |
8.0.0-preview.12 | 59 | 7/7/2024 |
8.0.0-preview.11 | 41 | 7/3/2024 |
8.0.0-preview.10 | 44 | 6/14/2024 |
8.0.0-preview.9 | 45 | 6/12/2024 |
8.0.0-preview.8 | 46 | 6/11/2024 |
8.0.0-preview.7 | 48 | 6/2/2024 |
8.0.0-preview.6 | 58 | 5/27/2024 |
8.0.0-preview.5 | 51 | 5/14/2024 |
8.0.0-preview.4 | 60 | 5/4/2024 |
8.0.0-preview.3 | 63 | 4/5/2024 |
8.0.0-preview.2 | 53 | 3/12/2024 |
8.0.0-preview.1 | 55 | 3/11/2024 |
7.26.0 | 92 | 7/26/2024 |
7.25.0 | 73 | 7/25/2024 |
7.24.0 | 117 | 7/20/2024 |
7.23.0 | 105 | 7/20/2024 |
7.22.2 | 97 | 7/9/2024 |
7.22.1 | 101 | 7/9/2024 |
7.22.0 | 104 | 7/7/2024 |
7.21.0 | 106 | 7/2/2024 |
7.20.1 | 103 | 7/1/2024 |
7.20.0 | 90 | 6/24/2024 |
7.19.0 | 114 | 6/14/2024 |
7.18.1 | 93 | 6/12/2024 |
7.18.0 | 87 | 6/11/2024 |
7.17.0 | 85 | 6/10/2024 |
7.16.0 | 84 | 6/10/2024 |
7.16.0-rc1 | 79 | 6/10/2024 |
7.15.1 | 100 | 6/2/2024 |
7.15.0 | 90 | 6/2/2024 |
7.15.0-rc1 | 82 | 5/31/2024 |
7.14.1 | 103 | 5/26/2024 |
7.14.0 | 110 | 5/26/2024 |
7.13.0 | 106 | 5/16/2024 |
7.12.1 | 100 | 5/15/2024 |
7.12.0 | 66 | 5/14/2024 |
7.11.0 | 109 | 5/8/2024 |
7.10.0 | 127 | 5/4/2024 |
7.9.0 | 121 | 4/22/2024 |
7.9.0-preview.1 | 57 | 4/22/2024 |
7.8.1 | 107 | 4/17/2024 |
7.8.0 | 134 | 4/11/2024 |
7.7.0 | 120 | 4/10/2024 |
7.7.0-preview.1 | 50 | 4/10/2024 |
7.6.0 | 136 | 3/28/2024 |
7.5.1 | 122 | 3/27/2024 |
7.5.0 | 118 | 3/27/2024 |
7.4.1 | 128 | 3/4/2024 |
7.4.0 | 132 | 3/4/2024 |
7.3.2 | 128 | 3/4/2024 |
7.3.1 | 118 | 3/4/2024 |
7.3.0 | 136 | 3/3/2024 |
7.2.0 | 125 | 2/23/2024 |
7.1.1 | 123 | 2/18/2024 |
7.1.0 | 124 | 2/9/2024 |