CodeExerciseLibrary
Exercise generator
Generates missing C# exercises on the fly by using Source Generators
Library to help creating C# exercises. Generates missing methods and classes inside tests on the fly by using Source Generators
2 stars
2 watching
0 forks
Language: C#
last commit: about 4 years ago
Linked from 1 awesome list
code-exercisecsharplibraryroslynsource-generation
Related projects:
Repository | Description | Stars |
---|---|---|
| A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
| Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
| Automatically generates interfaces from classes to reduce friction and noise in code | 63 |
| Generates cache boilerplate code around a method to simplify caching in C# applications. | 4 |
| Generates C# code from SCS .yml files | 4 |
| Generates source code strings for attribute definitions in C#. | 7 |
| A C# mocking library that generates mocks at compile-time using a source generator | 11 |
| This repository contains code and project files for learning C# programming with .NET Core using the Head First C# book | 899 |
| Automatically generates constructors and associated code for managing dependencies in C# classes | 85 |
| An API-compatible C# source generation framework inspired by Roslyn v2.0, enabling developers to generate code based on project build information. | 129 |
| A C# source generator to create strongly-typed resource classes for localized strings | 31 |
| Provides a basic template and tools to generate C# source code programmatically | 182 |
| A .NET library that uses source generators to automatically create boilerplate code for classes and structs. | 316 |
| A C# project demonstrating the use of source generators to automate code generation at compile time. | 3 |
| Allows executing code during compilation to improve runtime performance | 20 |