Found 127 packages
https://sway.com/vh_PgvsonbxDQahq
Utilities for serializing and deserializing type hierarchies with System.Text.Json while keeping type information.
A lightweight .NET library providing a non-generic interface and type-safe base class for implementing deep cloning functionality in your classes. Supports inheritance hierarchies, circular references, and various collection types including immutable collections. Thread-safe and designed for performance with minimal dependencies.
A source generator that merges the content of other classes into one class. A simple workaround for struct inheritance or multiple inheritance.
Package Description
Package Description
Create your own custom, rich C# mixins with Cilador! Mixins are the perfect DRY solution for sharing code without abusing inheritance. Supports: Mixins containing fields, methods, properties, events, and nested types. Generics mixins and mixin members, so long as the top-level mixin implementation is closed. (Members and nested types can be open.) Public, private, protected, internal, and protected internal members. Static members. Custom attributes on members. Virtual members. Abstract nested types and abstract members within these nested types. Generic nested types and generic members. Parameterless constructors for mixin implementations. Type initializers (i.e. static constructors) in mixin implementations Unsupported: Parameters on mixin implemenation constructors. Unmanaged code calls (extern) Security attributes Mixins implementing multiple interfaces Mixins with base types other than object Value type mixins Unhandled: Naming collisions Please consider this version of Cilador.Fody to be pre-release.
Package Description
Package Description
Package Description
Package Description
Linq extension method AutoProjectInto, that automates projection of same-name, same-type properties in select statements.
A small library to add clean and robust inheritance support to JSON.NET and NSwag.
Utilities for serializing and deserializing type hierarchies with System.Text.Json while keeping type information.
A framework for resilient coding. The framework provides: basic logging, statistics, forensic logging (and tracing) and exception management (retry policies).
A small library to add clean and robust inheritance support to JSON.NET and NSwag.
The Base Of Bonsai Development This package works best with The SourceConsole. https://github.com/BiancaMinnaar/SourceConsole Follow the first four lessons and learn how to use Bonsai https://www.linkedin.com/pulse/bonsai-lesson-1-bianca-minnaar/ https://www.linkedin.com/pulse/bonsai-lesson-2-bianca-minnaar/ https://www.linkedin.com/pulse/bonsai-lesson-3-bianca-minnaar/ https://www.linkedin.com/pulse/bonsai-lesson-4-bianca-minnaar/
Swashbuckle.AspNetCore.SwaggerGen extension to enable type discriminator for polymorphic contracts
Discriminated Json Subtypes Converter implementation for .NET
The class4js module is for class-driven development in JavaScript. It allows to emulate classes in JavaScript. Module is based on ECMAScript 5 standart and implements open/close principle: "A module should be open for extension but closed for modifications".