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

Updated AzureBlobStorage to use state type during JSON deserialization #7147

Merged
merged 1 commit into from
Jul 8, 2021

Conversation

benthepoet
Copy link
Contributor

@benthepoet benthepoet commented Jul 7, 2021

Currently the AzureBlobStorage persistence provider doesn't use the state type when deserializing JSON. As a result, this makes it so that the provider requires TypeNameHandling.All in order to work.

The other providers all use the state type during JSON deserialization, which allows you to use TypeNameHandling.None.

@ReubenBond
Copy link
Member

Looks good to me, thank you @benthepoet!

@ReubenBond ReubenBond merged commit 2eb6b86 into dotnet:main Jul 8, 2021
@seniorquico
Copy link
Contributor

@ReubenBond Apologies for the ping... Are there any plans to release this change?

@ReubenBond
Copy link
Member

Please feel free to ping any time. I've opened #7212 to backport this to the 3.5.0 branch, which we will hopefully be able to release this week, all going well

benjaminpetit pushed a commit that referenced this pull request Aug 24, 2021
…n. (#7147) (#7212)

Co-authored-by: Ben Hanna <benpaulhanna@gmail.com>
benjaminpetit pushed a commit to benjaminpetit/orleans that referenced this pull request Sep 22, 2021
ReubenBond added a commit that referenced this pull request Sep 22, 2021
…n. (#7147) (#7212)

Co-authored-by: Ben Hanna <benpaulhanna@gmail.com>
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants