Skip to content

Conversation

@DavidBoone
Copy link
Contributor

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 DavidBoone force-pushed the nonDefaultNamespaceGenerics branch from 1e2d81d to 3ed76cd Compare June 19, 2025 16:37
@DavidBoone DavidBoone force-pushed the nonDefaultNamespaceGenerics branch from 3ed76cd to 1e5a10b Compare August 21, 2025 16:31
@pwelter34 pwelter34 merged commit db22ba6 into loresoft:master Aug 28, 2025
3 of 4 checks passed
@DavidBoone DavidBoone deleted the nonDefaultNamespaceGenerics branch August 29, 2025 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants