Skip to content

Use full name for generic types #673

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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

1 participant