36 packages tagged with “include”
Various additions for NHibernate like the Include method from EntityFramework
ThenInclude like in .Net core for EntityFramework 6
A package that facilitates working with existing CloudFormation templates in the CDK (Stability: Stable)
ASP.NET Core Web Pack For .NET Core; Include Default Builder;
Cloning entities using EntityFrameworkCore configuration
T4Include provides small and useful functions intended to be referenced by source, this nuget package includes the necessary files to reference local files and web files by source
T4Include Templates is a set of reusable T4 templates intended to accelerate development as well as reducing maintenance cost. This package includes sample code.
T4Include Templates is a set of reusable T4 templates intended to accelerate development as well as reducing maintenance cost. For samples on how to use them see the nuget package T4IncludeTemplateSamples.
Forgotten system abstractions: Includes as sequence of MemberExpression, IRepository over IQueryable, Routine (smallest code unit reasonalbe to configure and trace dinamically)
Helper classes for parsing shaders and log files and for include support
A library that extends Include of Entity Framework to provide filtering navigation property.
ASP.NET Core Gcp Extension Pack;
EFEagerLoad allows you to easily and selectively eager load your Entity Framework entities (Collections and straight entities) using isolated project model selectors.
Add Includes to Queryable dynamically with support for ordering, skip and take
T4IncludeWPF provides a set of reusable T4 templates for generating dependency properties, events and commands
A library to generate a file from template which can include placeholder sections that reference other file (i.e., file includes). The referenced files can include similar sections to reference other files. The library was motivated by the need to reference other files in README.md file (other MD files, example code files, etc.). The method GenerateFileFromTemplate in interface FileInclude.ITemplateProcessor recursively compiles the template file specified in parameter templateFilePath, and all the files directly or indirectly referenced by the template file into a single file and returns the file contents in output parameter generatedFileContents. The default implementation of FileInclude.ITemplateProcessor is FileInclude.TemplateProcessor and it uses IncludedFilePlaceHolder element tag to locate the include place-holders. However the tag name can be changed by overriding the virtual property TemplateProcessor.FileIncludeTagName. The method FileInclude.ITemplateProcessor.GenerateFileFromTemplate returns errors as a list of FileInclude.IErrorData objects that contain error details. Also, the method checks and reports any possible circular references, to prevent infinite processing. There is also an extension method FileInclude.TemplateProcessorExtensions.GenerateFileFromTemplateAndSave which saves the file generated from the template. The extension method checks if the generated file was modified by other applications (say manually edited) since it was auto-generated last time, to prevent data loss.
Torch Include customized build by Opteamizer
A 2D constrained Delaunay triangulation library
Source generator to copy partial include
Extension library for Entity Framework Core that makes loading navigation properties easier.
A thin layer for building expressions from .Include and .ThenInclude methods.
Abstractions for EFCore.IncludeByExpression package.
Text preprocessor like one with C/C++ but with basic expression support.
Simplify Entity Framework Core Include chains with path-based syntax and reusable specifications
Easiest way to inline one JSON file to another one. Supports local (file://) and remote (http:// and https://) files. Extendable and open-source.
This tool will be helpful in order to create generic repositories accepting list of "include" expressions with nested "selects". By default this approach work only for Entity Framework but not for EF Core which requires "includes" and "thenIncludes". The tool translates the "EF-like" syntax to the EF Core in runtime and allows to make your BLL code abstract from the EF Core. Especially helpful for those who migrate their projects from EF to EF Core
Gulp File Include (gulp-file-include) binding library for Bridge.NET projects.
A lightweight, extensible preprocessing library for resolving dependencies, merging resources, and generating source maps. Supports custom directive parsers, resource resolvers, and merge strategies.
AST-native preprocessor bridge between TinyAst and TinyPreprocessor. Enables import/include preprocessing directly on schema-bound syntax trees without text reparsing.