We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Declaring structs as partial would allow for easy addition of conversion operators.
The text was updated successfully, but these errors were encountered:
Hey @shayded-exe,
This is a great idea. Partial is already applied to the generated static class, so it makes sense to have it for the generated struct as well.
You can find the code that would need to be changed here: https://github.com/bottlenoselabs/c2cs/blob/main/src/cs/production/C2CS.Tool/Features/WriteCodeCSharp/Domain/CodeGenerator/Handlers/StructCodeGenerator.cs#L37
Sorry, something went wrong.
Cool, I'll make a PR when I get around to it!
No branches or pull requests
Declaring structs as partial would allow for easy addition of conversion operators.
The text was updated successfully, but these errors were encountered: