Rick Drizin

Results 79 comments of Rick Drizin

I also wonder why this wasn't incorporated. I'm using this interface with Fake Contexts (generated using https://github.com/sjh37/EntityFramework-Reverse-POCO-Code-First-Generator ) and it's working fine.

Same here - pip install was throwing errors for a few of the required packages, and phonenumbers never gets installed. [This other tool](https://github.com/YuvrajRaghuvanshiS/WhatsApp-Key-Database-Extractor) seems to be working

I've thought about that and sounds like a great idea for reaching a broader audience. But I wouldn't even know where to start. Do you have experience? Would you like...

@christoneethling @Rickrat I've just published the [first draft](https://github.com/CodegenCS/CodegenCS/tree/master/src/VSExtensions/) for the VS extension. Can you please test it? - Please search for "CodegenCS" in Extensions menu, or [download here](https://marketplace.visualstudio.com/items?itemName=Drizin.CodegenCS). - Add...

I'm totally interested in adding Postgres support (and maybe MySQL), but I have to investigate the differences between a Postgres schema and a MSSQL schema (which is currently what is...

Yeah, I've tried both `dotnet ef scaffold` and also `EFCorePowerTools`, and I know that they are not very flexible. I think I already have some templates that mimic `dotnet ef...

Hey @not-authorized , I have just commited a script which extracts the schema from a PostgreSQL database. Can you check if it works for you? You should invoke through the...

I think it's working now, can you check? It's still a draft, but maybe you can give me some inputs, maybe fix. I basically copied from MSSQL, so probably I'm...

I've made some improvements. It's still a draft (I haven't tested, I'm just publishing some work in progress which was on hold for many months) but it may be a...

@not-authorized Can you try to run the query manually in your database to see if it works and how long does it take? You can increase the timeout using the...