<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0" />

System.Runtime.Fx

static class Fx
public abstract class ExceptionHandler

public static class Tag

public static byte[] AllocateByteArray(int size)

public static char[] AllocateCharArray(int size)

public static void Assert(bool condition, string description)

public static void Assert(string description)

public static void AssertAndFailFast(bool condition, string description)

public static Exception AssertAndFailFast(string description)

public static void AssertAndThrow(bool condition, string description)

public static Exception AssertAndThrow(string description)

public static void AssertAndThrowFatal(bool condition, string description)

public static Exception AssertAndThrowFatal(string description)

public static Guid CreateGuid(string guidString)

public static bool IsFatal(Exception exception)

public static AsyncCallback ThunkCallback(AsyncCallback callback)

public static Action<T1> ThunkCallback<T1>(Action<T1> callback)

public static bool TryCreateGuid(string guidString, out Guid result)