50 packages tagged with “extensible”
Library that provides basic abstraction for Internet Content Type, and basic encodings and decodings. This includes handling and parsing of common data types, text, JSON, CSV, binary data and multi-part content, forms, etc. Encoding can be easily extended in external libraries.
A lightweight, fluent and extensible validation library that allows you to specify validations right where you need them. No extra classes needed, strongly typed errors and extensibility built right into the core.
ExtensibleServiceProcess is a library to support an extensible service application.
A set of Guard Clauses to validate method arguments, in order to enforce defensive programming practice.
A set of common Value Objects, with comparison and shallow copy operations, full tested and ready to use.
A set of extension methods for String, Collections, Guid and other types.
Extension methods, DataAnnotations and Test Doubles to enhance the unit tests.
A set of building blocks and participants to implement Design Patterns of GoF and others.
A set of DataAnnotations attributes for validations.
A set of utility components for network operations.
A modular, composable policy engine for easy implementation of complex conditional processing pipelines.
Library for defining validation rules, combine them to sets of rules and test objects against that rules.
A framework intended to assist in the development of .Net framework web application.
Extensible, open-source and cross-platform logging for .NET
ExtendibleTreeStructure is a .NET package that allows easy configuration of tree structures that need to be copied to some other trees with new parents and children. The package allows providing as an input collections (called data stores in subsequent text) of simple objects (called data store items in subsequent text) that have minimum state (id, parent id, priority, id and data store id of copied data store item, etc). The classes in this package construct proper tree structures for each data store. Good example of application of ExtendibleTreeStructure package is when we want to configure menu structure of a project (say in xml file). Lets say some part of the menu structure is common for all file types (e.g., File Menu with Exit, Save, SaveAs menu items, Edit menu with search, etc). Also, lets suppose that the project supports C# and image file types, that support some additional functionality, and require new menu items on top of common (shared) menu structure. In this scenario we can provide a menu data store with shared data store items. Then we can define two more data stores for these two file types, with additional data store items (menu items) specific to these file types. In these new data stores we can copy the data store items in shared data store while spcifying new parent id (or no parent at all). Say we can copy File menu bar to data store for C# file type, and add new data store item for 'Compile' with parent id equal to id of File menu bar data store item. In other words, we specify copy data store items (data store items that specify the referenced data store item data id), with new parent id (or no parent id at all). Also, we can add new data store items with parent Ids equal to ids of children of copied data store items (i.e., add new children to children of copied data store items). The classes in this package will create tree structures in all the specified data stores with proper parent/children relationship, and will make sure the referenced (copied) data store items are copied under new parents (or are copied as top level data store items). Also, the package logs any errors, and prevents circular references that might otherwise result via parent/reference relationships. The git repository https://github.com/artakhak/ExtendibleTreeStructure has more detailed documentation, along with the source code and tests project ExtendibleTreeStructure.Tests with good examples.
This package provides a parser for the Extensible Data Notation (EDN) format (https://github.com/edn-format/edn).
String format library with key-valued replacer.
ExtensibleServiceProcess.Arguments is the integration of Arguments.NET into ExtensibleServiceProcess.
Modular, DI-ready command-line parser with built-in command registration, execution pipeline, help rendering, localization, and AI-aware context handling.
Provides a dialog to show a ValidationSummary (Ifp.Validation package) in WPF.
A logging library for structured log events with fluent syntax.
First-ever acyclic generic extensible typesafe implementation of Visitor pattern for .NET without any usage of dynamic cast
A prototype-based extensible property list.
Incremental source generator for implementing visitables from Visitor.NET
The goal is to query your sources for information through one tool; all at once, in groups or individually, highly extensible. Use this package to create your own Appi plugins.
Base Control Panel Modules and functionallity
The goal is to query your sources for information through one tool; all at once, in groups or individually, highly extensible. Accessible from your favorite shell with easy-to-remeber commands from your keyboard without even touching your mouse.
ActivityLogger is a simple, extensible activity/event logging implementation for .NET