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

Version 4.5 - Fluent builder doesn't work with recent modification to support inheritance #401

Open
jwrosewell opened this issue Jan 31, 2025 · 0 comments
Assignees
Labels
type: bug Something isn't working

Comments

@jwrosewell
Copy link
Contributor

The Set methods for the builder return a type of Base rather than the inheriting class preventing use in the fluent builder pattern. The following setter is an example.

The inheriting class needs to override these Set methods to return the implemented builder type.

@jwrosewell jwrosewell added the type: bug Something isn't working label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants