awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
AArnott avatar

AArnott/CodeGeneration.RoslynArchived

0
View on GitHub↗
411 stars·59 forks·C#·MS-PL·10 views

CodeGeneration.Roslyn

Assists in performing Roslyn-based code generation during a build. This includes design-time support, such that code generation can respond to changes made in hand-authored code files by generating new code that shows up to Intellisense as soon as the file is saved to disk.

Features

  • Code Generation Tools - Build-time code generation with design-time support.

Star history

Star history chart for aarnott/codegeneration.roslynStar history chart for aarnott/codegeneration.roslyn

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to CodeGeneration.Roslyn

Similar open-source projects, ranked by how many features they share with CodeGeneration.Roslyn.
  • cheekybits/gennycheekybits avatar

    cheekybits/genny

    1,719View on GitHub↗

    Elegant generics for Go

    Go
    View on GitHub↗1,719
  • chimeracoder/gojsonChimeraCoder avatar

    ChimeraCoder/gojson

    2,687View on GitHub↗

    Automatically generate Go (golang) struct definitions from example JSON

    Gocligogo-generate
    View on GitHub↗2,687
  • cweill/gotestscweill avatar

    cweill/gotests

    5,315View on GitHub↗

    gotests is a static analysis tool and boilerplate generator for Go that automatically creates structured test suites from source code. It functions as a table-driven test framework that handles type resolution for functions and methods, including the mapping of generic type constraints to concrete implementation types. The tool integrates with large language models to synthesize realistic input values and edge cases based on function logic. It uses a template-driven generation system, allowing the structure and format of the resulting test code to be customized through external templates and

    Gocode-generatorcommandlinego
    View on GitHub↗5,315
  • bouk/gonericsB

    bouk/gonerics

    0View on GitHub↗
    View on GitHub↗0
See all 20 alternatives to CodeGeneration.Roslyn→

Frequently asked questions

What does aarnott/codegeneration.roslyn do?

Assists in performing Roslyn-based code generation during a build. This includes design-time support, such that code generation can respond to changes made in hand-authored code files by generating new code that shows up to Intellisense as soon as the file is saved to disk.

What are the main features of aarnott/codegeneration.roslyn?

The main features of aarnott/codegeneration.roslyn are: Code Generation Tools.

What are some open-source alternatives to aarnott/codegeneration.roslyn?

Open-source alternatives to aarnott/codegeneration.roslyn include: cheekybits/genny — Elegant generics for Go. chimeracoder/gojson — Automatically generate Go (golang) struct definitions from example JSON. cweill/gotests — gotests is a static analysis tool and boilerplate generator for Go that automatically creates structured test suites… dave/jennifer — Jennifer is a code generator for Go. daveaglick/scripty — Tools to let you use Roslyn-powered C# scripts for code generation. You can think of it as a scripted alternative to… bouk/gonerics.