fasterflect 3.0.0
.NET library that improves your productivity and application performance when performing reflection operations. It allows you to perform metadata lookup and reflection invocation intuitively while achieving greater performance than the built-in .NET Reflection.
Install-Package fasterflect -Version 3.0.0
dotnet add package fasterflect --version 3.0.0
<PackageReference Include="fasterflect" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add fasterflect --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: fasterflect, 3.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install fasterflect as a Cake Addin #addin nuget:?package=fasterflect&version=3.0.0 // Install fasterflect as a Cake Tool #tool nuget:?package=fasterflect&version=3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
Used By
NuGet packages (42)
Showing the top 5 NuGet packages that depend on fasterflect:
Package | Downloads |
---|---|
combres
.NET library which minifies, compresses, combines, and caches JavaScript and CSS resources of ASP.NET and ASP.NET MVC web applications. Simply put, this library helps your applications rank better with YSlow and PageSpeed.
|
|
TEAM.Commons
TEAM extensions to the .NET Framework
|
|
BuildingBlocks.Mvc.KnockoutMvc
Some helpers for correct KnockoutMvc
|
|
Preactor.ObjectModel
POM is a Preactor library which provides easy access and manipulation of Preactor data
|
|
QuantConnect.Common
QuantConnect LEAN Engine: Common Project - A collection of common definitions and utils
|
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on fasterflect:
Repository | Stars |
---|---|
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (C#, Python)
|
|
gluck/il-repack
Open-source alternative to ILMerge
|
|
force-net/DeepCloner
Fast object cloner for .NET
|
|
djluck/prometheus-net.DotNetRuntime
Exposes .NET core runtime metrics (GC, JIT, lock contention, thread pool) using the prometheus-net package
|
|
TylerBrinks/Snap
Simple .NET Aspect-Oriented Programming
|