This repository contains some code samples that I created through my experiments with C# Source Generators.
A simple generator for implement the static method HelloGeneratedWorld for entry point of the application using partial keyword aproach.
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.