sjh37 / EntityFramework-Reverse-POCO-Code-First-Generator

EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
https://www.reversepoco.co.uk/
Other
700 stars 230 forks source link

Issue #621: Generate async methods #797

Closed erwin-faceit closed 7 months ago

erwin-faceit commented 1 year ago

As requested in issue #621, I've updated the templates for all frameworks to generate async methods. Your proposal in issue 621 kind of works, but generates a return model for all stored procedures.

This PR will generate:

I have tested this with EF6 and EF Core 3 myself, for our own projects.

I've also used the Tester projects to generate the provided contexts again, but I noticed a lot of these projects will not compile after regeneration (unrelated to this PR, this is also the case with the current 3.8.0 and 3.8.1 tagged versions).

dsfr-be commented 7 months ago

Hi,

Is there a timeline when this PR will make it to master?

KR