FaultException<TDetail> is missing ctor FaultException(TDetail detail, string reason) #5553
Description
Describe the bug
FaultException is missing ctor FaultException(TDetail detail, string reason) in version 8.0.0 but shows up in the Microsoft Documentation and also in the src code of this project.
I checked by decompiling the source with dotPeek and the constructor does not show up, whereas when decompiling the 6.2.0 version the constructor is available.
I directly downloaded the packages from the nuget website to ensure that package resolution isnt the problem.
Furthermore, there are some matching symbol sources which show the constructor is available when it's not...
To Reproduce
Reference System.ServiceModel.Primitives as nuget and call the constructor FaultException(TDetail detail, string reason). Compiler won't compile.
Expected behavior
Update the documentation and symbol files or include the constructor again.
Screenshots
Additional context