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

Use full name for generic types

Open DavidBoone opened this issue 5 months ago • 0 comments

Use the full name for generic types not in any of the _defaultNamespaces namespaces.

Instead of public NpgsqlRange<int> ActiveWeeks { get; set; } Generates public NpgsqlTypes.NpgsqlRange<int> ActiveWeeks { get; set; }

BTW, thanks for the recent v7 release, huge improvements!

DavidBoone avatar Jun 19 '25 02:06 DavidBoone