AllOverIt 7.0.0-rc.10
See the version list below for details.
dotnet add package AllOverIt --version 7.0.0-rc.10
NuGet\Install-Package AllOverIt -Version 7.0.0-rc.10
<PackageReference Include="AllOverIt" Version="7.0.0-rc.10" />
paket add AllOverIt --version 7.0.0-rc.10
#r "nuget: AllOverIt, 7.0.0-rc.10"
// Install AllOverIt as a Cake Addin #addin nuget:?package=AllOverIt&version=7.0.0-rc.10&prerelease // Install AllOverIt as a Cake Tool #tool nuget:?package=AllOverIt&version=7.0.0-rc.10&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 | 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 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.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. |
-
.NETCoreApp 3.1
- AllOverIt.Assertion (>= 7.0.0-rc.10)
-
.NETStandard 2.1
- AllOverIt.Assertion (>= 7.0.0-rc.10)
-
net5.0
- AllOverIt.Assertion (>= 7.0.0-rc.10)
-
net6.0
- AllOverIt.Assertion (>= 7.0.0-rc.10)
-
net7.0
- AllOverIt.Assertion (>= 7.0.0-rc.10)
NuGet packages (27)
Showing the top 5 NuGet packages that depend on AllOverIt:
Package | Downloads |
---|---|
AllOverIt.EntityFrameworkCore
This package provides EntityFramework Core utilities such as a database migration helper and a value converter for AllOverIt based enriched enums. |
|
AllOverIt.Fixture
This package contains a base fixture class with numerous helper methods to assist with scaffolding unit tests. |
|
AllOverIt.Aws.Cdk.AppSync
This package greatly simplifies the generation of AWS Graphql schemas, including their associated resolver handler configuration, using a code-first approach. |
|
AllOverIt.Serialization
Provides common serialization helpers. |
|
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.0-preview.15 | 44 | 10/23/2024 |
8.0.0-preview.14 | 57 | 7/26/2024 |
8.0.0-preview.13 | 76 | 7/21/2024 |
8.0.0-preview.12 | 58 | 7/7/2024 |
8.0.0-preview.11 | 42 | 7/3/2024 |
8.0.0-preview.10 | 48 | 6/14/2024 |
8.0.0-preview.9 | 46 | 6/12/2024 |
8.0.0-preview.8 | 52 | 6/10/2024 |
8.0.0-preview.7 | 54 | 6/2/2024 |
8.0.0-preview.6 | 61 | 5/27/2024 |
8.0.0-preview.5 | 55 | 5/14/2024 |
8.0.0-preview.4 | 65 | 5/4/2024 |
8.0.0-preview.3 | 146 | 4/5/2024 |
8.0.0-preview.2 | 64 | 3/12/2024 |
8.0.0-preview.1 | 171 | 3/11/2024 |
7.26.0 | 914 | 7/26/2024 |
7.25.0 | 416 | 7/25/2024 |
7.24.0 | 758 | 7/20/2024 |
7.23.0 | 746 | 7/20/2024 |
7.22.2 | 780 | 7/9/2024 |
7.22.1 | 676 | 7/9/2024 |
7.22.0 | 674 | 7/7/2024 |
7.21.0 | 785 | 7/2/2024 |
7.20.1 | 801 | 7/1/2024 |
7.20.0 | 822 | 6/24/2024 |
7.19.0 | 804 | 6/14/2024 |
7.18.1 | 822 | 6/12/2024 |
7.18.0 | 809 | 6/11/2024 |
7.17.0 | 758 | 6/10/2024 |
7.16.0 | 781 | 6/10/2024 |
7.16.0-rc1 | 650 | 6/10/2024 |
7.15.1 | 787 | 6/2/2024 |
7.15.0 | 761 | 6/2/2024 |
7.15.0-rc1 | 665 | 5/31/2024 |
7.14.1 | 789 | 5/26/2024 |
7.14.0 | 809 | 5/26/2024 |
7.13.0 | 759 | 5/16/2024 |
7.12.1 | 644 | 5/15/2024 |
7.12.0 | 551 | 5/14/2024 |
7.11.0 | 626 | 5/8/2024 |
7.10.0 | 718 | 5/4/2024 |
7.9.0 | 715 | 4/22/2024 |
7.9.0-preview.1 | 68 | 4/22/2024 |
7.8.1 | 668 | 4/17/2024 |
7.8.0 | 789 | 4/11/2024 |
7.7.0 | 771 | 4/10/2024 |
7.7.0-preview.1 | 53 | 4/10/2024 |
7.6.0 | 769 | 3/28/2024 |
7.5.1 | 732 | 3/27/2024 |
7.5.0 | 744 | 3/27/2024 |
7.4.1 | 843 | 3/4/2024 |
7.4.0 | 801 | 3/4/2024 |
7.3.2 | 819 | 3/4/2024 |
7.3.1 | 785 | 3/4/2024 |
7.3.0 | 811 | 3/3/2024 |
7.2.0 | 876 | 2/23/2024 |
7.1.1 | 866 | 2/18/2024 |
7.1.0 | 1,315 | 2/9/2024 |
7.0.0 | 909 | 1/19/2024 |
7.0.0-rc.49 | 88 | 1/12/2024 |
7.0.0-rc.48 | 177 | 12/12/2023 |
7.0.0-rc.47 | 122 | 11/21/2023 |
7.0.0-rc.46 | 57 | 11/19/2023 |
7.0.0-rc.45 | 137 | 11/17/2023 |
7.0.0-rc.44 | 372 | 11/5/2023 |
7.0.0-rc.43 | 180 | 10/11/2023 |
7.0.0-rc.42 | 61 | 10/11/2023 |
7.0.0-rc.41 | 138 | 9/17/2023 |
7.0.0-rc.40 | 106 | 9/14/2023 |
7.0.0-rc.39 | 113 | 9/10/2023 |
7.0.0-rc.38 | 105 | 9/6/2023 |
7.0.0-rc.37 | 183 | 9/4/2023 |
7.0.0-rc.36 | 105 | 8/25/2023 |
7.0.0-rc.35 | 82 | 8/24/2023 |
7.0.0-rc.34 | 365 | 8/13/2023 |
7.0.0-rc.33 | 79 | 8/13/2023 |
7.0.0-rc.32 | 85 | 8/11/2023 |
7.0.0-rc.31 | 78 | 8/10/2023 |
7.0.0-rc.30 | 85 | 8/10/2023 |
7.0.0-rc.29 | 128 | 8/3/2023 |
7.0.0-rc.28 | 95 | 8/3/2023 |
7.0.0-rc.27 | 96 | 8/3/2023 |
7.0.0-rc.26 | 111 | 8/2/2023 |
7.0.0-rc.25 | 84 | 8/2/2023 |
7.0.0-rc.24 | 87 | 8/2/2023 |
7.0.0-rc.23 | 130 | 8/2/2023 |
7.0.0-rc.22 | 169 | 7/28/2023 |
7.0.0-rc.21 | 111 | 7/27/2023 |
7.0.0-rc.20 | 115 | 7/19/2023 |
7.0.0-rc.19 | 116 | 7/17/2023 |
7.0.0-rc.18 | 139 | 7/9/2023 |
7.0.0-rc.17 | 142 | 7/5/2023 |
7.0.0-rc.16 | 106 | 7/5/2023 |
7.0.0-rc.15 | 108 | 7/5/2023 |
7.0.0-rc.14 | 110 | 7/5/2023 |
7.0.0-rc.13 | 104 | 6/28/2023 |
7.0.0-rc.12 | 102 | 6/28/2023 |
7.0.0-rc.11 | 101 | 6/28/2023 |
7.0.0-rc.10 | 109 | 6/27/2023 |
7.0.0-rc.9 | 98 | 6/16/2023 |
7.0.0-rc.8 | 108 | 6/14/2023 |
7.0.0-rc.7 | 114 | 6/5/2023 |
7.0.0-rc.6.2 | 110 | 5/24/2023 |
7.0.0-rc.6.1 | 102 | 5/24/2023 |
7.0.0-rc.6 | 97 | 5/24/2023 |
7.0.0-rc.5 | 152 | 5/3/2023 |
7.0.0-rc.4 | 110 | 5/1/2023 |
7.0.0-rc.3 | 117 | 4/25/2023 |
7.0.0-rc.2 | 107 | 4/16/2023 |
7.0.0-rc.1 | 249 | 4/12/2023 |
6.3.0 | 5,243 | 2/2/2023 |
6.2.1 | 3,845 | 12/7/2022 |
6.2.0 | 3,907 | 12/7/2022 |
6.1.0 | 3,770 | 12/6/2022 |
6.0.1 | 4,068 | 11/24/2022 |
6.0.0 | 3,982 | 11/21/2022 |
6.0.0-rc.15 | 101 | 11/21/2022 |
6.0.0-rc.14 | 222 | 10/11/2022 |
6.0.0-rc.13 | 184 | 9/16/2022 |
6.0.0-rc.12 | 132 | 9/11/2022 |
6.0.0-rc.11 | 116 | 9/9/2022 |
6.0.0-rc.10 | 121 | 9/6/2022 |
6.0.0-rc.9 | 106 | 9/4/2022 |
6.0.0-rc.8 | 105 | 9/1/2022 |
6.0.0-rc.7 | 213 | 8/29/2022 |
6.0.0-rc.6 | 98 | 8/28/2022 |
6.0.0-rc.5 | 201 | 8/24/2022 |
6.0.0-rc.4 | 133 | 8/22/2022 |
6.0.0-rc.3 | 190 | 7/31/2022 |
6.0.0-rc.2 | 178 | 7/21/2022 |
6.0.0-rc.1 | 140 | 7/18/2022 |
5.9.2 | 4,773 | 7/2/2022 |
5.9.1 | 4,780 | 6/27/2022 |
5.9.0 | 4,613 | 6/6/2022 |
5.8.0 | 4,783 | 6/1/2022 |
5.7.0 | 4,762 | 5/31/2022 |
5.6.1 | 4,569 | 5/24/2022 |
5.6.0 | 4,576 | 5/12/2022 |
5.5.1 | 4,363 | 5/9/2022 |
5.5.0 | 4,404 | 5/9/2022 |
5.4.1 | 4,632 | 4/26/2022 |
5.4.0 | 4,531 | 4/26/2022 |
5.3.1 | 4,533 | 4/26/2022 |
5.3.0 | 4,354 | 4/25/2022 |
5.2.0 | 4,506 | 4/25/2022 |
5.1.0 | 4,688 | 4/23/2022 |
5.0.0 | 4,346 | 3/30/2022 |
2.10.0 | 719 | 2/11/2022 |
2.9.1 | 481 | 2/10/2022 |
2.9.0 | 4,081 | 2/10/2022 |
2.8.0 | 4,062 | 2/10/2022 |
2.7.3 | 473 | 2/9/2022 |
2.7.2 | 3,706 | 2/7/2022 |
2.7.1 | 733 | 2/7/2022 |
2.7.0 | 480 | 2/7/2022 |
2.6.0 | 4,011 | 1/30/2022 |
2.5.0 | 506 | 1/28/2022 |
2.4.0 | 6,627 | 1/15/2022 |
2.3.0 | 827 | 12/13/2021 |
2.2.0 | 1,013 | 11/23/2021 |
2.1.0 | 2,313 | 11/18/2021 |
2.0.0 | 2,174 | 11/13/2021 |
1.19.1 | 496 | 10/19/2021 |
1.19.0 | 550 | 10/8/2021 |
1.18.0 | 1,158 | 10/5/2021 |
1.17.4 | 423 | 10/1/2021 |
1.17.3 | 1,290 | 9/10/2021 |
1.17.2 | 494 | 9/10/2021 |
1.17.1 | 571 | 9/7/2021 |
1.17.0 | 720 | 9/6/2021 |
1.16.1 | 1,814 | 8/4/2021 |
1.16.0 | 835 | 7/28/2021 |
1.15.0 | 1,167 | 7/18/2021 |
1.14.0 | 923 | 7/14/2021 |
1.13.0 | 412 | 7/11/2021 |
1.12.0 | 640 | 7/10/2021 |
1.11.0 | 735 | 7/8/2021 |
1.10.0 | 501 | 7/2/2021 |
1.9.0 | 1,018 | 7/1/2021 |
1.8.0 | 448 | 6/21/2021 |
1.7.0 | 745 | 6/14/2021 |
1.6.1 | 469 | 6/11/2021 |
1.6.0 | 601 | 6/9/2021 |
1.5.0 | 686 | 6/3/2021 |
1.4.0 | 660 | 5/31/2021 |
1.3.0 | 790 | 1/4/2021 |
1.2.1 | 506 | 11/2/2020 |
1.2.0 | 571 | 10/30/2020 |
1.1.0 | 645 | 9/6/2020 |
1.0.0 | 963 | 5/30/2020 |
0.3.2 | 727 | 5/22/2020 |
0.3.1 | 665 | 5/18/2020 |
0.3.0 | 635 | 5/14/2020 |
0.2.0 | 620 | 5/2/2020 |
0.1.17 | 602 | 4/18/2020 |
0.1.16 | 613 | 4/10/2020 |
0.1.13 | 703 | 3/29/2020 |
0.1.12 | 614 | 3/29/2020 |
0.1.10 | 603 | 3/28/2020 |
0.1.8 | 697 | 3/14/2020 |
0.1.6 | 768 | 3/14/2020 |
0.1.4 | 727 | 3/14/2020 |