42 skills found · Page 1 of 2
andrewlock / NetEscapades.EnumGeneratorsA source generator for generating fast "reflection" methods for enums
abice / Go EnumAn enum generator for go
zarldev / GoenumsType Safe Enum generator for Go
EngRajabi / Enum.Source.GeneratorA C# source generator to create an enumeration class from an enum type. With this package, you can work on enums very, very fast without using reflection.
MoienTajik / GraphQL.ToolsGraphQL.Tools is a GraphQL to C# compiler (code-generator) which turns your GraphQL schema into a set of C# classes, interfaces, and enums.
YassinEldeeb / Prisma Tgql Types Gen◭ Prisma generator for generating TypeGraphQL class types and enums with allowing to edit the generated output without being overwritten 💪
Ceiridge / BetterEnumsActual C# Enums with values and better performance as a source generator
Spinnernicholas / EnumFastToStringDotNetThis is a Visual Studio C# source generator for automatically generating enum extension methods that implement a switch expression based ToString method. Why? The default enum ToString method implements a binary search which is great for large lists but becomes time and memory inefficient for a just a few items when compared to a switch expression.
steinfletcher / GonumAn enum generator for Go
omar-dulaimi / Prisma Schema SorterPrisma 2 tool to sort schema models, enums, generators and datasources
leoformaggi / Enum Utilities GeneratorA source generator to generate compile-time mapping of enums and description attributes
alirezanet / HyperEnumA C# library that makes working with the enums more than 18 times faster without any memory allocation using the CSharp source generators. (Source only)
credfeto / Credfeto Enum Source GenerationC# source generator for producing faster enum lookups
lotusflare / Lfos CdgCore Data Generator (CDG for short) is a framework for generation (using Sourcery) of Core Data entities from plain structs/classes/enums.
HamedFathi / EnumerationClassGeneratorA C# source generator to create an enumeration class from an enum type.
binhonglee / WingsA simple cross language struct and enum file generator.
6thsolution / Dart SealedDart and Flutter sealed class generator and annotations, with match methods and other utilities. There is also super_enum compatible API.
c0m1t / Relay Enum GeneratorA package helps you generate enum types from a schema file.
elias8 / Functional EnumCode generator for functional enum that makes the use of enums much better.
dfsisinni / Enum Generator From Csv JavaGenerates java Enums from CSV files