dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
701 stars 1.55k forks source link

OperationContractAttribute not available in netcore2.1 #941

Open CalvinPangch opened 5 years ago

CalvinPangch commented 5 years ago

by refering the feeback from dotnet core in the links https://github.com/dotnet/core/issues/1966

the OperationContractAttribute is available in netcore2.1, please correct the doc. Thanks


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Thraka commented 5 years ago

@mairaw in the linked issue, this was confirmed by @MarcoRossignoli

Not sure how we fix this type of issue.

mairaw commented 5 years ago

I gave some details here: https://github.com/dotnet/core/issues/1966#issuecomment-427541048

mairaw commented 4 years ago

@safern we'll need your help figuring this one out. API Catalog doesn't show this one as part of .NET Core at all: https://apisof.net/catalog/System.ServiceModel.OperationContractAttribute

And it shows this being available for Platform extensions since 2.0 but we're still missing BCL platform extensions for 2.0 and earlier in the docs.

/cc @BillWagner