Skip to content

Auto generate ParameterValueConverter for assignable types #48

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

Closed
ChebanovDD opened this issue Jul 15, 2023 · 0 comments
Closed

Auto generate ParameterValueConverter for assignable types #48

ChebanovDD opened this issue Jul 15, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ChebanovDD
Copy link
Collaborator

ChebanovDD commented Jul 15, 2023

Will simplify the creation of BindingContextProvider by eliminating the need to write ParameterValueConverters for each ViewModel.

The following will allow to provide any ViewModel for child elements.

[UxmlElement]
public partial class CommonBindingContextProvider : BindingContextProvider<IBindingContext>
{
}

Related thread #43 (comment)

@ChebanovDD ChebanovDD self-assigned this Jul 15, 2023
@ChebanovDD ChebanovDD converted this from a draft issue Jul 15, 2023
@ChebanovDD ChebanovDD added the enhancement New feature or request label Jul 15, 2023
@ChebanovDD ChebanovDD moved this from 🆕 New to 🏗 In progress in UnityMvvmToolkit Jul 15, 2023
@ChebanovDD ChebanovDD moved this from 🏗 In progress to 👀 In review in UnityMvvmToolkit Jul 17, 2023
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in UnityMvvmToolkit Jul 20, 2023
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: Done
Development

No branches or pull requests

1 participant