OData / odata.net

ODataLib: Open Data Protocol - .NET Libraries and Frameworks
https://docs.microsoft.com/odata
Other
675 stars 348 forks source link

Rename variables correctly #2962

Closed ElizabethOkerio closed 1 month ago

ElizabethOkerio commented 1 month ago

Issues

This pull request fixes #xxx.

Description

This PR renames variables using camel-casing.

Checklist (Uncheck if it is not completed)

Additional work necessary

If documentation update is needed, please add "Docs Needed" label to the issue and provide details about the required document change in the issue.

gathogojr commented 1 month ago

Did an expanded search for "async (Json" and found cases in ODataJsonBatchReaderTests, ODataJsonBatchWriterTests, ODataJsonCollectionDeserializerTests, ODataJsonCollectionReaderTests, ODataJsonCollectionSerializerTests, ODataJsonCollectionWriterTests, ODataJsonDeltaWriterTests, ODataJsonDeserializerTests, ODataJsonErrorDeserializerTests, ODataJsonOutputContextTests, ODataJsonParameterDeserializerTests, ODataJsonParameterWriterTests, ODataJsonPayloadKindDetectionDeserializerTests, ODataJsonPropertySerializerAsyncTests, ODataJsonSerializerTests, ODataJsonServiceDocumentDeserializerTests, ODataJsonWriterTests, ODataEntityReferenceLinkTests

gathogojr commented 1 month ago

"Search for "var Json" to find more cases

gathogojr commented 1 month ago

Other cases to search for and fix:

gathogojr commented 1 month ago

Look for "jsoResourceDeserializer" and replace it with "jsonResourceDeserializer"