Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

v14: Async Value Converters #17093

Closed
mattbrailsford opened this issue Sep 18, 2024 · 0 comments
Closed

v14: Async Value Converters #17093

mattbrailsford opened this issue Sep 18, 2024 · 0 comments
Labels

Comments

@mattbrailsford
Copy link
Contributor

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

v14

Bug summary

The current value converters implementation is synchronous only and so doesn't allow executing async code when converting property values to strongly typed models.

Specifics

In Umbraco Commerce v15 our who API has been made async and so we need to be able to execute our async services when converting our property value models.

Steps to reproduce

n/a

Expected result / actual result

I expect to be able to execute async code in value converters

@umbraco umbraco locked and limited conversation to collaborators Oct 31, 2024
@bergmania bergmania converted this issue into discussion #17396 Oct 31, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Projects
None yet
Development

No branches or pull requests

1 participant