OData / odata.net

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

Should refactor/combine ODataSimplifiedOptions and ODataMessageReader(Writer)Settings #2591

Open xuzhg opened 1 year ago

xuzhg commented 1 year ago

Short summary (3-5 sentences) describing the issue.

Assemblies affected

Which assemblies and versions are known to be affected e.g. OData .Net lib 8.x

Reproduce steps

So far, we have 1) ODataMessageReaderSettings for reading options. 2) ODataMessageWriterSettings for writing options.

Meanwhile, we have ODataSimplifiedOptions for some reading and writing options.

In the ODL 8, we should combine them together or refactor them.

Expected result

What would happen if there wasn't a bug.

Actual result

What is actually happening.

Additional detail

Optional, details of the root cause if known. Delete this section if you have no additional details to add.

gathogojr commented 4 months ago

Move all configuration options to ODataMessageReaderSettings and ODataMessageWriterSettings and remove ODataSimplifiedOptions