TypeKitchen icon indicating copy to clipboard operation
TypeKitchen copied to clipboard

TypeKitchen is a set of small libraries for fast metaprogramming in .NET Standard.

Results 2 TypeKitchen issues
Sort by recently updated
recently updated
newest added

``` using System; using TypeKitchen; namespace test2 { public class SimpleType { internal string ThisIsAString { get; set; } } internal class Program { private static void Main() { var...

bug

Hi! the idea is interesting. I'm always having troubles with tasks like invoking the ToList extensoin method on something via reflection. However, I haven't found any documentation in this project....