You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I'm working on DataLocalization support, I realize that ITranslationProvider.LoadTranslations should support async for loading translations from database or any store without blocking.
I know this will be a breaking change but it's good improvement for 2.0.0
The text was updated successfully, but these errors were encountered:
It's a minor breaking change, I don't think many have implemented this. Maybe check if we have a breaking change label, and create it if not to add it to the PR. Also change the release instructions to check for this label and mention them in the release notes.
While I'm working on DataLocalization support, I realize that
ITranslationProvider.LoadTranslations
should supportasync
for loading translations from database or any store without blocking.I know this will be a breaking change but it's good improvement for
2.0.0
The text was updated successfully, but these errors were encountered: