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

Refactor deferred binding attributes #1723

Merged
merged 9 commits into from Jul 10, 2023

Conversation

liliankasem
Copy link
Member

@liliankasem liliankasem commented Jul 7, 2023

Addressing API review feedback:

  1. Rename AllowConverterFallbackAttribute to ConverterFallbackBehaviorAttribute and use enum for determining fallback behavior
  2. Rename SupportedConverterTypeAttribute to SupportedTargetTypeAttribute
  3. Rename ModelBindingDataArray to ModelBindingData

All other changes are fixing things that broke with the rename of those properties and attributes. I had to disable some tests as they require a new worker release with these changes, here's the issue to reenable these:

@liliankasem liliankasem changed the base branch from main to feature/sdk-type-binding July 7, 2023 21:33
liliankasem added a commit that referenced this pull request Jul 7, 2023
Copy link
Member

@fabiocav fabiocav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nit comments.

@liliankasem liliankasem merged commit 2064785 into feature/sdk-type-binding Jul 10, 2023
23 checks passed
@liliankasem liliankasem deleted the liliankasem/refactor branch July 10, 2023 23:36
liliankasem added a commit that referenced this pull request Jul 21, 2023
---------

Co-authored-by: Aishwarya Bhandari <aibhandari@microsoft.com>
liliankasem added a commit that referenced this pull request Jul 24, 2023
---------

Co-authored-by: Aishwarya Bhandari <aibhandari@microsoft.com>
JoshLove-msft pushed a commit to JoshLove-msft/azure-functions-dotnet-worker that referenced this pull request Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants