odata.net
odata.net copied to clipboard
Should refactor/combine ODataSimplifiedOptions and ODataMessageReader(Writer)Settings
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
- ODataMessageReaderSettings for reading options.
- 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.
Move all configuration options to ODataMessageReaderSettings
and ODataMessageWriterSettings
and remove ODataSimplifiedOptions