AllOverIt.Pipes.Serialization
7.0.0-rc.8
See the version list below for details.
dotnet add package AllOverIt.Pipes.Serialization --version 7.0.0-rc.8
NuGet\Install-Package AllOverIt.Pipes.Serialization -Version 7.0.0-rc.8
<PackageReference Include="AllOverIt.Pipes.Serialization" Version="7.0.0-rc.8" />
paket add AllOverIt.Pipes.Serialization --version 7.0.0-rc.8
#r "nuget: AllOverIt.Pipes.Serialization, 7.0.0-rc.8"
// Install AllOverIt.Pipes.Serialization as a Cake Addin #addin nuget:?package=AllOverIt.Pipes.Serialization&version=7.0.0-rc.8&prerelease // Install AllOverIt.Pipes.Serialization as a Cake Tool #tool nuget:?package=AllOverIt.Pipes.Serialization&version=7.0.0-rc.8&prerelease
Overview
AllOverIt began as a general purpose library in 2015 and has since evolved into a suite of libraries
aimed at providing a simplified and consistent approach to cross-cutting and functional concerns such as
caching, serialization, threading, reflection, conversions, mapping, event messaging, validation,
AWS AppSync, data (IEnumable<T>
and IQueryable<T>
) filtering and pagination, and much more.
The suite has an ever growing list of behavioural and functional unit tests. The coverage details can be found below.
Line Coverage | Branch Coverage | Method Coverage |
---|---|---|
Refer to this <a href="./Docs/Code%20Coverage/summary.html" target="_blank">link</a> or this <a href="./Docs/Code%20Coverage/summary.md" target="_blank">markdown</a> for a summary of line and branch test code coverage.
Packages
AllOverIt is a mono-repository. A summary for each of the available packages is provided below.
AllOverIt
A general purpose library containing a variety of classes and helper utilities.
Refer to the online Documentation for usage information.
AllOverIt.AspNetCore
A library containing ASP.NET Core utilities.
AllOverIt.Assertion
A library containing pre and post condition assertion helper methods.
AllOverIt.Aws.AppSync.Client
A library containing AppSync GraphQL and Subscription clients.
AllOverIt.Aws.Cdk.AppSync
A library to help build AWS Graphql schemas using a code-first approach.
AllOverIt.Csv
A library to assist with CSV export using CsvHelper.
AllOverIt.DependencyInjection
A library containing useful dependency injection related utilities.
AllOverIt.EntityFrameworkCore
A library providing utilities for use with EntityFramework Core.
AllOverIt.EntityFrameworkCore.Diagrams
A library providing formatters to generate ERD diagrams using EntityFramework Core.
AllOverIt.EntityFrameworkCore.Pagination
A library providing keyset-based pagination for use with EntityFramework Core.
AllOverIt.Evaluator
A library containing an extendable expression compiler and evaluator.
AllOverIt.Filtering
A library providing queryable filtering utilities.
AllOverIt.Fixture
A library containing a base fixture class with numerous helper methods to assist with creating unit test scaffolding. Utilizes AutoFixture to do most of the hard work.
AllOverIt.Fixture.FakeItEasy
A library extending AllOverIt.Fixture to support FakeItEasy integration.
AllOverIt.GenericHost
A library containing a convenient wrapper for building console applications that support dependency injection.
AllOverIt.Mapping
A library containing an object mapper that is mostly configuration free.
AllOverIt.Pagination
A library providing queryable keyset-based pagination utilities.
AllOverIt.Pipes
A library providing support for pipe based communication.
AllOverIt.Pipes.Serialization
Provides serialization abstractions for AllOverIt.Pipes.
AllOverIt.Pipes.Serialization.Binary
Provides binary message serialization support for AllOverIt.Pipes.
AllOverIt.Reactive
A library containing utility extensions for use with System.Reactive.
AllOverIt.ReactiveUI
A library containing utility extensions for use with ReactiveUI.
AllOverIt.Serialization.Binary
A library providing support for binary serialization.
AllOverIt.Serialization.Json.Abstractions
A library containing JSON serialization abstractions.
AllOverIt.Serialization.Json.NewtonSoft
A library containing a wrapper for Newtonsoft.Json serialization based on AllOverIt.Serialization.Json.Abstractions.
AllOverIt.Serialization.Json.SystemText
A library containing a wrapper for System.Text.Json serialization based on AllOverIt.Serialization.Json.Abstractions.
AllOverIt.Validation
A library containing additional validators and extensions for use with FluentValidation.
AllOverIt.Validation.Options
A library containing Options validation using FluentValidation.
AllOverIt.Wpf
A library containing general purpose WPF utilities.
AllOverIt.Wpf.Controls
A library containing useful WPF controls.
Dependencies
The following diagram shows the explicit dependencies used across the entire AllOverIt suite.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 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. |
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AllOverIt.Pipes.Serialization:
Package | Downloads |
---|---|
AllOverIt.Pipes.Serialization.Binary
Provides binary message serialization support for AllOverIt.Pipes. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
7.0.0-rc.9 | 167 | 6/16/2023 |
7.0.0-rc.8 | 90 | 6/14/2023 |
7.0.0-rc.7 | 98 | 6/5/2023 |