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

Refactored cosmos element serializer to remove v3 serializer dependency #852

Closed
wants to merge 4 commits into from

Conversation

j82w
Copy link
Contributor

@j82w j82w commented Sep 25, 2019

Pull Request Template

Description

The v3 serializer code has public types which get leaked in the query core which is used in the v2 SDK. This removes those dependencies, and prevents the v2 SDK from needing to build the Cosmos Serializer code.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@j82w j82w added the QUERY label Sep 25, 2019
@j82w j82w requested a review from bchong95 as a code owner September 25, 2019 21:08
@j82w j82w self-assigned this Sep 25, 2019
{
get
{
IJsonWriter jsonWriter = null;
Copy link
Contributor

Choose a reason for hiding this comment

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

don't set to default of T. instead use an else.

@j82w
Copy link
Contributor Author

j82w commented Dec 10, 2019

No longer relevant since it no longer needs to work in the v2 SDK.

@j82w j82w closed this Dec 10, 2019
@kirankumarkolli kirankumarkolli deleted the users/jawilley/query_core_serializer branch May 23, 2020 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants