Add support for JsonSnakeNamingPolicy#40003
Add support for JsonSnakeNamingPolicy#40003hez2010 wants to merge 1 commit intodotnet:masterfrom hez2010:json-snakecasenaming
Conversation
* Add JsonSnakeNamingPolicy support * Add tests for JsonSnakeNamingPolicy
|
Shouldn't this go through the API review process though, no? https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/api-review-process.md |
|
@Gnbrkm41 It had been added to the 5.0 milestone so I think that I can implement it in advance :) |
|
Being added to milestones doesn't mean it's approved; every single thing about the public APIs should be thoroughly discussed, marked as ready for review when the area owner thinks it's solid enough, reviewed by the review team then approved in order to actually be implemented. The Pull Request section of the API review process document says:
|
|
I'm going to close for reason mentioned above. Let's continue discussion on the issue. Thanks. |
- For the use of online configuration generation - Source: dotnet/corefx#40003 - See also: dotnet/runtime#782
Fixed #39564