FastGenericNew
Object creator
A fast alternative to Activator.CreateInstance for creating objects in .NET.
The ultimate fast alternative to Activator.CreateInstance
240 stars
6 watching
9 forks
Language: C#
last commit: 25 days ago
Linked from 1 awesome list
activatorcreateinstancecsharpcsharp-librarycsharp-sourcegeneratordelegatedotnetdotnet-coreexpressionfastgenericincrementallibrarynetframeworknugetoptimizationperformanceroslynroslyn-analyzersourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
devteam/immutype | Generates extension methods for immutable data types in .NET. | 41 |
martinothamar/wrappervalueobject | Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |
distantcam/autoctor | Automatically generates constructors and associated code for managing dependencies in C# classes | 84 |
mazharenko/fluentassertions.eventual | A NuGet package that allows developers to wait for FluentAssertions checks to pass during testing | 5 |
hermanussen/compiletimemethodexecutiongenerator | Allows executing code during compilation to improve runtime performance | 20 |
nickstrupat/entityframework.softdeletable | Provides base classes and helpers for managing soft-deletable data in EntityFramework applications. | 3 |
ryotamurohoshi/valueobjectgenerator | Generates wrapper classes to prevent type confusion in object properties | 40 |
codecentric/net_automatic_interface | Automatically generates interfaces from classes to reduce friction and noise in code | 61 |
mostmand/cloneable | An auto-generation tool for adding clone methods to classes in C# | 72 |
cloud0259/controllergenerator | Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |
immediateplatform/immediate.handlers | An implementation of the Mediator pattern in C# using source-generation | 65 |
diegofrata/generator.equals | Automates the implementation of IEquatable<T> using attributes. | 136 |
graphitemaster/0xabad1dea | A C++ library providing an alternative way to construct and destroy static global objects. | 27 |
jamescourtney/flatsharp | A C# implementation of Google's FlatBuffers serialization format for high-performance binary serialization | 511 |
ycanardeau/resxgenerator | A C# source generator to create strongly-typed resource classes for localized strings | 32 |