Description
The following APIs were accidentally exposed in netstandard2.0
P:System.DirectoryServices.Protocols.LdapSessionOptions.TrustedCertificatesDirectory
M:System.DirectoryServices.Protocols.LdapSessionOptions.StartNewTlsSessionContext()
These are not implemented on .NETFramework and should not have been exposed from the netstandard2.0 assembly.
The bug existed in System.DirectoryServices.Protocols nuget package version 8.0.1 and was fixed in 8.0.2.
Version
.NET 8
Previous behavior
These APIs could be used from a netstandard2.0 library.
New behavior
These APIs are unavailable when targeting netstandard2.0
Type of breaking change
Reason for change
The APIs did not work in all compatible frameworks.
Recommended action
If you need to use these APIs, target a .NET version that supports them.
Feature area
Core .NET libraries
Affected APIs
P:System.DirectoryServices.Protocols.LdapSessionOptions.TrustedCertificatesDirectory
M:System.DirectoryServices.Protocols.LdapSessionOptions.StartNewTlsSessionContext()
Associated WorkItem - 495674
Description
The following APIs were accidentally exposed in
netstandard2.0These are not implemented on .NETFramework and should not have been exposed from the
netstandard2.0assembly.The bug existed in System.DirectoryServices.Protocols nuget package version 8.0.1 and was fixed in 8.0.2.
Version
.NET 8
Previous behavior
These APIs could be used from a
netstandard2.0library.New behavior
These APIs are unavailable when targeting
netstandard2.0Type of breaking change
Reason for change
The APIs did not work in all compatible frameworks.
Recommended action
If you need to use these APIs, target a .NET version that supports them.
Feature area
Core .NET libraries
Affected APIs
P:System.DirectoryServices.Protocols.LdapSessionOptions.TrustedCertificatesDirectory
M:System.DirectoryServices.Protocols.LdapSessionOptions.StartNewTlsSessionContext()
Associated WorkItem - 495674