-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Fixed Bug 59396 for Camel/Compliant casing. #59545
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening this PR!
We'll need to add tests in ProblemDetailsDefaultWriterTest.cs and resolve the build error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the tests...although it looks like they've introduced build errors.
Have you run these tests locally?
@@ -503,6 +504,10 @@ public async Task WriteAsync_AddExtensions_WithJsonContext() | |||
var options = new JsonOptions(); | |||
options.SerializerOptions.TypeInfoResolver = JsonTypeInfoResolver.Combine(CustomProblemDetailsContext.Default, ProblemDetailsJsonContext.Default); | |||
|
|||
var mockNamingPolicy = new Mock<JsonNamingPolicy>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of modifying the existing tests, can we add a new one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @captainsafia, My local is somehow not working properly and studio is not giving errors. I may need to reinstall devbox.
Since I am traveling somewhere for few days, I would really appreciate if you can help adding dependencies as they are only missing. That can complete the PR and issue. Please let me know. :)
Fixed Bug 59396 for Camel/Compliant casing.
Description
Fixed Bug 59396 for Camel/Compliant casing.
Fixes #59396