henkmollema / Dapper-FluentMap

Provides a simple API to fluently map POCO properties to database columns when using Dapper.
MIT License
427 stars 86 forks source link

Upgraded Dapper.FluentMap.Dommel to support Dommel v2 #105

Closed TroySchmidt closed 4 years ago

TroySchmidt commented 4 years ago

Upgraded to support Dommel version 2. Also added in tests for Dommel FluentMapping.

99 resolves the conflict with the unrelated package Dapper.Dommel.

TroySchmidt commented 4 years ago

Updated now that the official version 2 is out.

henkmollema commented 4 years ago

@TroySchmidt ICYMI I've left some feedback.

EpicOkapi commented 4 years ago

@TroySchmidt Can these changes be accepted so it can be merged in ?

TroySchmidt commented 4 years ago

I will make the other manual changes requested and get them pushed over soon.