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

Allow ServiceDelegate to parse type unions from factory methods #175

Open
cspray opened this issue Aug 6, 2022 · 0 comments
Open

Allow ServiceDelegate to parse type unions from factory methods #175

cspray opened this issue Aug 6, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cspray
Copy link
Owner

cspray commented Aug 6, 2022

1.3 releases a feature that allows the #[ServiceDelegate] attribute to determine what type it is responsible for by parsing the return type of the method. Currently this does not support type unions but could. Need to figure out a way to do this that limits the amount of backward compatibility breaks and done so in a way that will work with a variety of containers that may not be TypeUnion aware.

@cspray cspray added this to the v2.0.0 Release milestone Aug 6, 2022
@cspray cspray self-assigned this Aug 6, 2022
@cspray cspray moved this to Todo in Annotated Container Aug 6, 2022
@cspray cspray modified the milestones: v2.0.0 Release, v2.x Release Aug 17, 2022
@cspray cspray modified the milestones: v2.x Release, v2.3 Release May 14, 2023
@cspray cspray modified the milestones: v2.3 Release, v3.0.0 Release Feb 26, 2024
@cspray cspray removed this from the v3.0.0 Release milestone Jun 4, 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
Status: Todo
Development

No branches or pull requests

1 participant