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

Remove Deprecated Methods and Properties

Open KenitoInc opened this issue 3 years ago • 2 comments

https://github.com/OData/odata.net/blob/5e79470b631061830c33e35b8cd1cbf06167f1f4/src/Microsoft.OData.Client/DataServiceQueryOfT.cs#L332 https://github.com/OData/odata.net/blob/5e79470b631061830c33e35b8cd1cbf06167f1f4/src/Microsoft.OData.Client/DataServiceQueryOfT.cs#L341 https://github.com/OData/odata.net/blob/5e79470b631061830c33e35b8cd1cbf06167f1f4/src/Microsoft.OData.Client/QueryOperationResponse.cs#L60 https://github.com/OData/odata.net/blob/5e79470b631061830c33e35b8cd1cbf06167f1f4/src/Microsoft.OData.Client/QueryOperationResponseOfT.cs#L45 https://github.com/OData/odata.net/blob/5e79470b631061830c33e35b8cd1cbf06167f1f4/src/Microsoft.OData.Client/Serialization/HttpClientRequestMessage.cs#L182 https://github.com/OData/odata.net/blob/5e79470b631061830c33e35b8cd1cbf06167f1f4/src/Microsoft.OData.Client/Serialization/HttpWebRequestMessage.cs#L20 https://github.com/OData/odata.net/blob/5e79470b631061830c33e35b8cd1cbf06167f1f4/src/Microsoft.OData.Core/ODataMessageWriter.cs#L323 https://github.com/OData/odata.net/blob/5e79470b631061830c33e35b8cd1cbf06167f1f4/src/Microsoft.OData.Core/ODataMessageWriter.cs#L338 https://github.com/OData/odata.net/blob/5e79470b631061830c33e35b8cd1cbf06167f1f4/src/Microsoft.OData.Core/ODataMessageReader.cs#L442 https://github.com/OData/odata.net/blob/5e79470b631061830c33e35b8cd1cbf06167f1f4/src/Microsoft.OData.Core/ODataMessageReader.cs#L458 https://github.com/OData/odata.net/blob/5e79470b631061830c33e35b8cd1cbf06167f1f4/src/Microsoft.OData.Core/ODataSimplifiedOptions.cs#L87 https://github.com/OData/odata.net/blob/5e79470b631061830c33e35b8cd1cbf06167f1f4/src/Microsoft.OData.Core/UriParser/Aggregation/AggregateToken.cs#L45 https://github.com/OData/odata.net/blob/5e79470b631061830c33e35b8cd1cbf06167f1f4/src/Microsoft.OData.Core/UriParser/Aggregation/AggregateTransformationNode.cs#L35

Assemblies affected

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

Reproduce steps

The simplest set of steps to reproduce the issue. If possible, reference a commit that demonstrates the issue.

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.

KenitoInc avatar Mar 22 '21 17:03 KenitoInc

If we are not planning on removing something currently marked obsolete, we should remove the obsolete attribute

corranrogue9 avatar Apr 27 '22 15:04 corranrogue9

See also the related #2379

chrisspre avatar Apr 27 '22 15:04 chrisspre