awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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·2 مشاهدات

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.

سجل النجوم

مخطط تاريخ النجوم لـ aarnott/codegeneration.roslynمخطط تاريخ النجوم لـ aarnott/codegeneration.roslyn

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ CodeGeneration.Roslyn

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع CodeGeneration.Roslyn.
  • cheekybits/gennyالصورة الرمزية لـ cheekybits

    cheekybits/genny

    1,719عرض على GitHub↗

    Elegant generics for Go

    Go
    عرض على GitHub↗1,719
  • chimeracoder/gojsonالصورة الرمزية لـ ChimeraCoder

    ChimeraCoder/gojson

    2,687عرض على GitHub↗

    Automatically generate Go (golang) struct definitions from example JSON

    Gocligogo-generate
    عرض على GitHub↗2,687
  • cweill/gotestsالصورة الرمزية لـ cweill

    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
عرض جميع البدائل الـ 20 لـ CodeGeneration.Roslyn→

الأسئلة الشائعة

ما هي وظيفة 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.