tmsmith / Dapper-Extensions

Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
1.79k stars 585 forks source link

Support for .NET Standard 2.0 (and .NET Core) + multi-targeting project + nuget packaging #226

Closed rlreis90 closed 3 years ago

rlreis90 commented 4 years ago

Created a new project (and solution) multi-targeting .NET Framework 4, 4.5 and Standard. Also pre-configured it to generate a NuGet Package for all versions on build. **

(** Note: this ONLY replicates the previous nuspec into a new format; no versioning-related changes have been made. Those need to be made separately.)

davidbuckleyni commented 4 years ago

I would be interested in getting a copy of this do u have ur own fork @rlreis90 I need .net standard support for xamrian ?

rlreis90 commented 4 years ago

Yes, you can follow the link below the title.

brookpatten commented 4 years ago

Is this project dead? It would be really nice to see this core support get merged.

davidbuckleyni commented 4 years ago

Is this project dead? It would be really nice to see this core support get merged.

You could always fork it and make urself but @rlreis90 already said in above answer

brookpatten commented 4 years ago

You could always fork it and make urself but @rlreis90 already said in above answer

Sure but I (and likely most other users of it) would rather subscribe to a maintained package. Perhaps it's time to consider adding some new folks as maintainers? Seems like there's lots of people submitting PR's...

valfrid-ly commented 3 years ago

There is a ongoing version with this feature without creating a new project