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

GitHub

2 stars
2 watching
0 forks
Language: C#
last commit: almost 6 years ago
Linked from 1 awesome list

code-exercisecsharplibraryroslynsource-generation

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jakubsturc/talk-csharp-source-generatorsA presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time.3
thenameless314159/sourcegeneratorutilsProvides utility classes and abstractions to simplify source generation tasks in .NET source generators21
codecentric/net_automatic_interfaceAutomatically generates interfaces from classes to reduce friction and noise in code63
jeppevammenkristensen/cachesourcegeneratorGenerates cache boilerplate code around a method to simplify caching in C# applications.4
hermanussen/fairyGenerates C# code from SCS .yml files4
lokimidgard/sourcegenerator.helper.copycodeGenerates source code strings for attribute definitions in C#.7
hermanussen/mocksourcegeneratorA C# mocking library that generates mocks at compile-time using a source generator11
head-first-csharp/fourth-editionThis repository contains code and project files for learning C# programming with .NET Core using the Head First C# book899
distantcam/autoctorAutomatically generates constructors and associated code for managing dependencies in C# classes85
unoplatform/uno.sourcegenerationAn API-compatible C# source generation framework inspired by Roslyn v2.0, enabling developers to generate code based on project build information.129
ycanardeau/resxgeneratorA C# source generator to create strongly-typed resource classes for localized strings31
davidwengier/sourcegeneratortemplateProvides a basic template and tools to generate C# source code programmatically182
collinalpert/lombok.netA .NET library that uses source generators to automatically create boilerplate code for classes and structs.316
ryanalameddine/sourcegeneratordemoA C# project demonstrating the use of source generators to automate code generation at compile time.3
hermanussen/compiletimemethodexecutiongeneratorAllows executing code during compilation to improve runtime performance20