FastGenericNew
Object creator
A fast alternative to Activator.CreateInstance for creating objects in .NET.
The ultimate fast alternative to Activator.CreateInstance
244 stars
6 watching
9 forks
Language: C#
last commit: about 1 year ago
Linked from 1 awesome list
activatorcreateinstancecsharpcsharp-librarycsharp-sourcegeneratordelegatedotnetdotnet-coreexpressionfastgenericincrementallibrarynetframeworknugetoptimizationperformanceroslynroslyn-analyzersourcegenerator
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Generates extension methods for immutable data types in .NET. | 41 |
| | Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |
| | Automatically generates constructors and associated code for managing dependencies in C# classes | 85 |
| | A NuGet package that allows developers to wait for FluentAssertions checks to pass during testing | 5 |
| | Allows executing code during compilation to improve runtime performance | 20 |
| | Provides base classes and helpers for managing soft-deletable data in EntityFramework applications. | 3 |
| | Generates wrapper classes to prevent type confusion in object properties | 40 |
| | Automatically generates interfaces from classes to reduce friction and noise in code | 63 |
| | An auto-generation tool for adding clone methods to classes in C# | 73 |
| | Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |
| | An implementation of the Mediator pattern in C# using source-generation | 78 |
| | Automates the implementation of IEquatable<T> using attributes. | 138 |
| | A C++ library providing an alternative way to construct and destroy static global objects. | 26 |
| | A C# implementation of Google's FlatBuffers serialization format for high-performance binary serialization | 513 |
| | A C# source generator to create strongly-typed resource classes for localized strings | 31 |