{"id":30306579,"url":"https://github.com/mjfreelancing/alloverit","last_synced_at":"2025-08-17T10:02:47.096Z","repository":{"id":37613765,"uuid":"247200333","full_name":"mjfreelancing/AllOverIt","owner":"mjfreelancing","description":"A suite of libraries aimed at providing a simplified and consistent approach to cross-cutting and functional concerns.","archived":false,"fork":false,"pushed_at":"2025-08-17T03:18:59.000Z","size":41954,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T10:02:04.309Z","etag":null,"topics":["appsync","aspnet-core","assertion","binary-serialization","cryptography","dependency-injection","entity-framework-core","evaluator","graphql","json","keyset-pagination","logging","mapping","named-pipes","reactive-ui","serilog","validation","wpf"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjfreelancing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-03-14T02:51:27.000Z","updated_at":"2025-08-17T02:04:28.000Z","dependencies_parsed_at":"2024-02-05T01:30:55.767Z","dependency_job_id":"816f6d25-bc79-411b-82fd-f52cafba3d91","html_url":"https://github.com/mjfreelancing/AllOverIt","commit_stats":null,"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/mjfreelancing/AllOverIt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjfreelancing%2FAllOverIt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjfreelancing%2FAllOverIt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjfreelancing%2FAllOverIt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjfreelancing%2FAllOverIt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjfreelancing","download_url":"https://codeload.github.com/mjfreelancing/AllOverIt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjfreelancing%2FAllOverIt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270831768,"owners_count":24653412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appsync","aspnet-core","assertion","binary-serialization","cryptography","dependency-injection","entity-framework-core","evaluator","graphql","json","keyset-pagination","logging","mapping","named-pipes","reactive-ui","serilog","validation","wpf"],"created_at":"2025-08-17T10:01:17.018Z","updated_at":"2025-08-17T10:02:47.047Z","avatar_url":"https://github.com/mjfreelancing.png","language":"C#","readme":"# Overview\n**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.\n\nRefer to the [Change Log](./Docs/Change%20Logs/ChangeLog_v8.md) for an overview of what has recently changed.\n\nRefer to the online [Documentation](https://alloverit.mjfreelancing.com) for comprehensive usage information.\n\nA summary for each of the available packages is provided below.\n\n## AllOverIt\nThis general-purpose package contains a diverse range of classes and utility functions, intended to tackle a wide array of commonly encountered issues.\n\nKey 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.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt?color=FFC33C)](https://www.nuget.org/packages/AllOverIt/absoluteLatest/)\n\n---\n\n\n## AllOverIt.AspNetCore\n\nThis 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.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.AspNetCore?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.AspNetCore/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.AspNetCore?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.AspNetCore/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Assertion\n\nThis 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.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Assertion?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Assertion/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Assertion?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Assertion/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Aws.AppSync.Client\n\nThis package contains AWS AppSync GraphQL and Subscription clients with support for serialization using Newtonsoft or System.Text, including serialization of **AllOverIt** based enriched enums.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Aws.AppSync.Client?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Aws.AppSync.Client/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Aws.AppSync.Client?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Aws.AppSync.Client/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Aws.Cdk.AppSync\n\nThis package greatly simplifies the generation of AWS Graphql schemas, including their associated mapping and resolver configuration, using a code-first approach.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Aws.Cdk.AppSync?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Aws.Cdk.AppSync/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Aws.Cdk.AppSync?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Aws.Cdk.AppSync/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Cryptography\n\nThis 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.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Cryptography?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Cryptography/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Cryptography?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Cryptography/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Csv\n\nUsing [CsvHelper](https://joshclose.github.io/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.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Csv?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Csv/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Csv?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Csv/absoluteLatest/)\n\n---\n\n\n## AllOverIt.DependencyInjection\n\nThis 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.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.DependencyInjection?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.DependencyInjection/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.DependencyInjection?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.DependencyInjection/absoluteLatest/)\n\n---\n\n\n## AllOverIt.EntityFrameworkCore\n\nThis package provides EntityFramework Core utilities such as a database migration helper and a value converter for **AllOverIt** based enriched enum types.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.EntityFrameworkCore?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.EntityFrameworkCore/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.EntityFrameworkCore?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.EntityFrameworkCore/absoluteLatest/)\n\n---\n\n\n## AllOverIt.EntityFrameworkCore.Diagrams\n\nIn conjunction with [D2](https://d2lang.com/), this package will generate entity relationship diagrams for an EntityFramework Core DbContext.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.EntityFrameworkCore.Diagrams?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.EntityFrameworkCore.Diagrams/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.EntityFrameworkCore.Diagrams?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.EntityFrameworkCore.Diagrams/absoluteLatest/)\n\n---\n\n\n## AllOverIt.EntityFrameworkCore.Pagination\n\nUsing **AllOverIt.Pagination** as the basis for advanced keyset-based pagination, this package provides additional extensions for use with EntityFramework Core.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.EntityFrameworkCore.Pagination?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.EntityFrameworkCore.Pagination/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.EntityFrameworkCore.Pagination?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.EntityFrameworkCore.Pagination/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Evaluator\n\nThis 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.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Evaluator?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Evaluator/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Evaluator?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Evaluator/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Filtering\n\nThis 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`.\n\nIt'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.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Filtering?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Filtering/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Filtering?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Filtering/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Fixture\n\nThis package contains a base fixture class with numerous helper methods to assist with scaffolding unit tests. Utilizes [AutoFixture](https://github.com/AutoFixture/AutoFixture) to do most of the hard work.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Fixture?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Fixture/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Fixture?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Fixture/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Fixture.FakeItEasy\n\nThis package extends **AllOverIt.Fixture** to support [FakeItEasy](https://fakeiteasy.github.io/) integration.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Fixture.FakeItEasy?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Fixture.FakeItEasy/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Fixture.FakeItEasy?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Fixture.FakeItEasy/absoluteLatest/)\n\n---\n\n\n## AllOverIt.GenericHost\n\nThis package contains generic host helpers and convenience methods for setting up console applications that support dependency injection.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.GenericHost?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.GenericHost/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.GenericHost?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.GenericHost/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Logging\n\nThis package contains extension methods to provide additional logging functionality.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Logging?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Logging/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Logging?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Logging/absoluteLatest/)\n\n\n## AllOverIt.Logging.Testing\n\nThis package contains helper methods that assist with asserting logger calls.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Logging.Testing?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Logging.Testing/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Logging.Testing?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Logging.Testing/absoluteLatest/)\n\n\n## AllOverIt.Mapping\n\nThis package contains an object mapper that is mostly configuration free, but also capable of property exclusion, aliasing, null replacement, value conversion, and deep copying.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Mapping?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Mapping/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Mapping?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Mapping/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Pagination\n\nAn 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.\n\nEach 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.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Pagination?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Pagination/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Pagination?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Pagination/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Pipes\n\nThis package provides support for communication over anonymous pipes using [StreamReader](https://learn.microsoft.com/en-us/dotnet/api/system.io.streamreader) and [StreamWriter](https://learn.microsoft.com/en-us/dotnet/api/system.io.streamwriter), and strongly-typed message-based communication over named pipes using a binary serializer.\n\nThe named pipes can use the binary serializer from **AllOverIt.Serialization.Binary** or you can create your own.\n\n![](https://img.shields.io/badge/.NET-9.0--windows-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0--windows-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Pipes?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Pipes/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Pipes?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Pipes/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Reactive\n\nThis package contains utility extensions for use with [System.Reactive](https://github.com/dotnet/reactive).\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Reactive?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Reactive/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Reactive?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Reactive/absoluteLatest/)\n\n---\n\n\n## AllOverIt.ReactiveUI\n\nThis package contains utility extensions for use with [ReactiveUI](https://github.com/reactiveui/ReactiveUI).\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.ReactiveUI?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.ReactiveUI/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.ReactiveUI?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.ReactiveUI/absoluteLatest/)\n\n---\n\n\n## AllOverIt.ReactiveUI.Wpf\n\nThis package contains utility extensions for use with [ReactiveUI](https://github.com/reactiveui/ReactiveUI) and WPF.\n\n![](https://img.shields.io/badge/.NET-9.0--windows-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0--windows-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.ReactiveUI.Wpf?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.ReactiveUI/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.ReactiveUI.Wpf?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.ReactiveUI/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Serialization.Binary\n\nThis 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.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Serialization.Binary?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Serialization.Binary/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Serialization.Binary?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Serialization.Binary/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Serialization.Json.Abstractions\n\nThis package contains JSON serialization abstractions.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Serialization.Json.Abstractions?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Serialization.Json.Abstractions/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Serialization.Json.Abstractions?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Serialization.Json.Abstractions/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Serialization.Json.NewtonSoft\n\nThis package contains a wrapper for [Newtonsoft](https://www.newtonsoft.com/json) JSON serialization based on **AllOverIt.Serialization.Json.Abstractions**.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Serialization.Json.NewtonSoft?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Serialization.Json.NewtonSoft/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Serialization.Json.NewtonSoft?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Serialization.Json.NewtonSoft/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Serialization.Json.SystemText\n\nThis package contains a wrapper for [System.Text](https://learn.microsoft.com/en-us/dotnet/api/system.text.json) JSON serialization based on **AllOverIt.Serialization.Json.Abstractions**.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Serialization.Json.SystemText?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Serialization.Json.SystemText/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Serialization.Json.SystemText?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Serialization.Json.SystemText/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Serilog\n\nThis package contains general-purpose Serilog sinks and enrichers.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Serilog?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Serilog/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Serilog?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Serilog/absoluteLatest/)\n\n\n## AllOverIt.Validation\n\nThis package contains additional validators and extensions for use with [FluentValidation](https://docs.fluentvalidation.net/en/latest/). It includes an invoker that will select, and invoke, a registered validator based on a provided model.\n\nSynchronous and Asynchronous validation is supported, along with extensions that make it easier to pass context information into a validator to keep it stateless.\n\nAlso 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.\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Validation?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Validation/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Validation?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Validation/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Validation.Options\n\nThis package contains [Microsoft.Extensions.Options](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.options) validation using [FluentValidation](https://docs.fluentvalidation.net/en/latest/).\n\n![](https://img.shields.io/badge/.NET-9.0-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Validation.Options?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Validation.Options/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Validation.Options?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Validation.Options/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Wpf\n\nThis package contains general purpose WPF utilities.\n\n![](https://img.shields.io/badge/.NET-9.0--windows-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0--windows-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Wpf?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Wpf/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Wpf?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Wpf/absoluteLatest/)\n\n---\n\n\n## AllOverIt.Wpf.Controls\n\nThis package contains useful WPF controls.\n\n![](https://img.shields.io/badge/.NET-9.0--windows-C56EE0.svg)\n![](https://img.shields.io/badge/.NET-8.0--windows-FF8C67.svg)\n\n[![NuGet](https://img.shields.io/nuget/v/AllOverIt.Wpf.Controls?label=Stable\u0026color=E3505C)](https://www.nuget.org/packages/AllOverIt.Wpf.Controls/absoluteLatest/)\n[![NuGet](https://img.shields.io/nuget/dt/AllOverIt.Wpf.Controls?color=FFC33C)](https://www.nuget.org/packages/AllOverIt.Wpf.Controls/absoluteLatest/)\n\n---\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjfreelancing%2Falloverit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjfreelancing%2Falloverit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjfreelancing%2Falloverit/lists"}