EntityFramework-Reverse-POCO-Code-First-Generator icon indicating copy to clipboard operation
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard

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...

Results 149 EntityFramework-Reverse-POCO-Code-First-Generator issues
Sort by recently updated
recently updated
newest added

Forgive me if I am being dim, but I can't seem to use the FakeDBContext with DI? I am setting up the DI in my tests, and all my service...

help wanted

Related to case #556 Existing licensing is for per developer with unlimited solutions. This works for companies with a small number developers and lots of projects. However, it doesn't work...

enhancement

Hi Simon (@sjh37) Here is an example of using multi-targeting. This could also help reduce the number of **Test.Integration.xxx** and maybe use one for **netcoreapp3.1;net5.0;net6.0** and one for **net461;net462;net471;net472;net48** (and...

When Targetting .net 6.0 and using ef6, Severity Code Description Project File Line Suppression State Error CS0534 'FakeDbSet' does not implement inherited abstract member 'DbSet.EntityType.get' Tester.Integration.EFCore5 (net6.0) C:\\EntityFramework-Reverse-POCO-Code-First-Generator\Tester.Integration.EfCore5\Northwind.cs 939 Active...

Any chance of getting Rider support? ``` EF.Reverse.POCO.Core.ttinclude(1,1) : error CS1519: Compiling transformation: Invalid token 'this' in class, struct, or interface member declaration EF.Reverse.POCO.Core.ttinclude(1,12) : error CS1001: Compiling transformation: Identifier...

Hi, I trying to run a raw sql statement and map to an entity as describe here: https://docs.microsoft.com/en-us/ef/core/querying/raw-sql But I would like to map to a custom entity so that...

Hi, Is there a way to map the input (User-Defined Table) types to classes instead of DataTables? Here is the test case: ```sql CREATE TYPE dbo.MyType AS TABLE( ID int,...

enhancement

Sorry. Thanks for review.

Columns with space characters seem to be handled by removing the space(s) so that it is a valid identifier in C#. When I created a TVF with a view that...

This issue was mentioned here (https://github.com/sjh37/EntityFramework-Reverse-POCO-Code-First-Generator/issues/714) but decided to make it it's own issue. I ran into this RPG problem affecting the navigation properties for one-to-many relationships created using code-first...