A deprecated .NET tool for performing Roslyn-based code generation during build with design-time IntelliSense support.
CodeGeneration.Roslyn was a .NET framework for creating custom code generators that run during the build process using the Roslyn compiler. It allowed developers to automate code generation based on attributes applied to source code, with immediate IntelliSense feedback. The project is now deprecated in favor of official C# source generators.
.NET developers and library authors who need to automate repetitive code patterns or implement domain-specific languages within their C# projects.
It provided an early, extensible solution for compile-time code generation in C# with full Roslyn syntax tree access and design-time integration, before official source generators were available.
Assists in performing Roslyn-based code generation during a build.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.