Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/PaulBraetz/RhoMicro.CodeAnalysis
- Owner: PaulBraetz
- Created: 2023-11-29T21:36:45.000Z (about 1 year ago)
- Default Branch: release
- Last Pushed: 2024-03-26T18:44:27.000Z (10 months ago)
- Last Synced: 2024-05-22T04:27:55.735Z (8 months ago)
- Language: C#
- Homepage:
- Size: 1020 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- RSCG_Examples - https://github.com/PaulBraetz/RhoMicro.CodeAnalysis
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.