Skip to content
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

Emit partial types #27

Open
AArnott opened this issue Aug 23, 2023 · 2 comments
Open

Emit partial types #27

AArnott opened this issue Aug 23, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@AArnott
Copy link
Contributor

AArnott commented Aug 23, 2023

For the data types, please emit them with the partial keyword so we can add members to them outside the generated code.

@arg0d
Copy link
Contributor

arg0d commented Aug 23, 2023

Whats your use case? What do you consider data types? Records?

@AArnott
Copy link
Contributor Author

AArnott commented Aug 23, 2023

Data types would be the unifii dictionary defined types. I believe you emit these as records.
Non-data type examples: types that surround methods that provide the interop or infrastructure support. No need for partial there.

@arg0d arg0d added the enhancement New feature or request label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants