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

fix: JsonPropertyName attribute is ignored for query params. #1544

Closed
wants to merge 5 commits into from

Conversation

sergeivalko
Copy link

What kind of change does this PR introduce?

#1541

What is the current behavior?

What is the new behavior?

What might this PR break?

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:


[AliasAs("test-alias")]
[JsonPropertyName("test-json-property")]
public string TestAliAsWithJsonProperty { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

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

Is that a incorrect capital A in mistake with AliAs

Copy link
Author

Choose a reason for hiding this comment

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

@codecov
Copy link

codecov bot commented Oct 1, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (e726d19) 90.08% compared to head (79be8f3) 90.07%.

❗ Current head 79be8f3 differs from pull request most recent head c6ba073. Consider uploading reports for the commit c6ba073 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1544      +/-   ##
==========================================
- Coverage   90.08%   90.07%   -0.02%     
==========================================
  Files          33       33              
  Lines        1685     1683       -2     
==========================================
- Hits         1518     1516       -2     
  Misses        167      167              
Files Coverage Δ
Refit/RequestBuilderImplementation.cs 98.00% <100.00%> (-0.01%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Apr 4, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 4, 2024
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.

2 participants