EntityFrameworkCore.Generator icon indicating copy to clipboard operation
EntityFrameworkCore.Generator copied to clipboard

Handle Generic types such as List<> and NpgsqlRange<>

Open DavidBoone opened this issue 8 months ago • 0 comments

Resolves https://github.com/loresoft/EntityFrameworkCore.Generator/issues/576

Adds support for generics, e.g. PostgreSQL's array and range types.

DavidBoone avatar Jun 11 '24 18:06 DavidBoone