Apply EditorBrowsableAttribute to contract items which aren't functioning #3898
Labels
Net Core 3.1 LTS Servicing
Tasks planned for the WCF NET Core 3.1 Servicing releases.
Milestone
Some of the API's on our contract aren't usable. For example, SecurityTokenManager.CreateSecurityTokenAuthenticator has been added as it is an abstract method on an abstract class and without it, you can't derive SecurityTokenManager in a way which will work on .NET Framework on .NET Core. We also have many api's which accept a configuration name such as a constructor for CustomBinding.
By adding the EditorBrowsableAttrribute to these api's with the state EditorBrowsableState.Never we prevent these api's from being shown by intellisense when using our contract.
The text was updated successfully, but these errors were encountered: