Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/PaulBraetz/RhoMicro.CodeAnalysis

Source code generators, analyzers and utilities for code analysis
https://github.com/PaulBraetz/RhoMicro.CodeAnalysis

Last synced: 2 months ago
JSON representation

Source code generators, analyzers and utilities for code analysis

Awesome Lists containing this project

README

        

# Rhomicro.CodeAnalysis

This repository contains my explorations on c# source code generation and analysis.

The [UnionsGenerator](UnionsGenerator) generator enables the use of union types in C#.

The [UtilityGenerators](UtilityGenerators) generator helps you write code generators and analyzers.

The [CopyTo](CopyTo) generator generates methods to copy the contents of one instance to another. I created this generator for a friend, so it is not as feature rich as it could be.