zacharylayne's Stars
StefH/ReflectionBridge
ReflectionBridge : Provides some extensions which define a bridge for the differences between Type and TypeInfo.
mgernand/ExpressionReflect
Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.
ffhighwind/Fasterflect
.NET Reflection Made Fast and Simple ⛺
lermy3d/EventDelegateSystem
You can reach us at our facebook page!
DmitryGaravsky/FastAccessors
Fast Accessors for .Net
aelij/FasterReflection
Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.
hailstorm75/ModularDoc
Modular documentation generator for .NET libraries. Currently supporting Markdown only for GitHub, GitLab, and Bitbucket
DotNetAnalyzers/ReflectionAnalyzers
Analyzers checking System.Reflection
newbe36524/Newbe.ObjectVisitor
You can visit all properties about your class or struct by this lib with high performance as you visit properties in hard coding way.
vexe/Fast.Reflection
Extension methods library emitting IL to generate delegates for fast reflection
RicoSuter/MyToolkit
MyToolkit for .NET
geffzhang/awesome-semantickernel
Awesome list of tools and projects with the awesome semantic kernel framework
geffzhang/storage
Storage abstractions with implementations for .NET/.NET Standard
RicoSuter/Namotion.Storage
.NET abstractions and implementations for storage services like blob storages, file systems or object storages.
RicoSuter/Namotion.Reflection
.NET library with advanced reflection APIs.
davidfowl/SourceGeneratorPlayground
A playground for source generation ideas for asp.net core
davidfowl/ConfigSourceGenerator
jbevain/cecil
Cecil is a library to inspect, modify and create .NET programs and libraries.
MisterJames/GenFu
GenFu is a library you can use to generate realistic test data. It is composed of several property fillers that can populate commonly named properties through reflection using an internal database of values or randomly created data. You can override any of the fillers, give GenFu hints on how to fill them.
soenneker/soenneker.extensions.decimal
A collection of useful Decimal extension methods
soenneker/soenneker.extensions.configuration
A collection of helpful IConfiguration extension methods
soenneker/soenneker.extensions.uri
A collection of useful Uri extension methods
soenneker/soenneker.utils.directory
A utility library encapsulating various directory methods
soenneker/soenneker.extensions.list.string
A collection of helpful List<string> extension methods
soenneker/soenneker.extensions.memorystream
A collection of helpful MemoryStream extension methods
soenneker/soenneker.extensions.enumerable.tuple
A collection of useful IEnumerable<Tuple> extension methods
soenneker/soenneker.extensions.methodinfo
A collection of useful MethodInfo methods
soenneker/soenneker.utils.method
A utility library providing various method() related operations
soenneker/soenneker.extensions.type
An extension library for useful Type operations
soenneker/soenneker.extensions.double
A collection of useful Double (type) methods