odata.net icon indicating copy to clipboard operation
odata.net copied to clipboard

Should refactor/combine ODataSimplifiedOptions and ODataMessageReader(Writer)Settings

Open xuzhg opened this issue 2 years ago • 1 comments

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.

xuzhg avatar Jan 10 '23 23:01 xuzhg

Move all configuration options to ODataMessageReaderSettings and ODataMessageWriterSettings and remove ODataSimplifiedOptions

gathogojr avatar Feb 16 '24 18:02 gathogojr