/csharp-source-generators

This repository contains some code samples that I created through my experiments with C# Source Generators.

Primary LanguageC#

C# Source Generators

This repository contains some code samples that I created through my experiments with C# Source Generators.

Samples

Hello Generated World

A simple generator for implement the static method HelloGeneratedWorld for entry point of the application using partial keyword aproach.

CSV Headers To Class [In Progress]

Based on public data source of Brazilian Ministry of Tourism about brazilian tourism map as a sample, the generator is capable of generating a very simple class definition based on the headers of the CSV file as its properties.