awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
AArnott avatar

AArnott/CodeGeneration.RoslynArchived

0
View on GitHub↗
411 星标·59 分支·C#·MS-PL·6 次浏览

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 历史

aarnott/codegeneration.roslyn 的 Star 历史图表aarnott/codegeneration.roslyn 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

CodeGeneration.Roslyn 的开源替代方案

相似的开源项目,按与 CodeGeneration.Roslyn 的功能重合度排序。
  • cheekybits/gennycheekybits 的头像

    cheekybits/genny

    1,719在 GitHub 上查看↗

    Elegant generics for Go

    Go
    在 GitHub 上查看↗1,719
  • chimeracoder/gojsonChimeraCoder 的头像

    ChimeraCoder/gojson

    2,687在 GitHub 上查看↗

    Automatically generate Go (golang) struct definitions from example JSON

    Gocligogo-generate
    在 GitHub 上查看↗2,687
  • cweill/gotestscweill 的头像

    cweill/gotests

    5,315在 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
    在 GitHub 上查看↗5,315
  • bouk/gonericsB

    bouk/gonerics

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
查看 CodeGeneration.Roslyn 的所有 20 个替代方案→

常见问题解答

aarnott/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.

aarnott/codegeneration.roslyn 的主要功能有哪些?

aarnott/codegeneration.roslyn 的主要功能包括:Code Generation Tools。

aarnott/codegeneration.roslyn 有哪些开源替代品?

aarnott/codegeneration.roslyn 的开源替代品包括: 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.