jitbit / MapDataReader

Super fast mapping DataReader to strongly typed object, Using AOT source generator.
MIT License
64 stars 11 forks source link

Add additional generator options #9

Open amyskippy opened 2 weeks ago

amyskippy commented 2 weeks ago

Hello, I've added an AccessModifier property to the GenerateDataReaderMapper attribute.

This will allow any literal string, but "public" is the default. I have added tests for both public and internal access modifiers for generation and usage.

This resolves #7

amyskippy commented 1 week ago

Hiya, I've updated this to also add namespace and method name attributes, which will address the comments from #5 😊