Classes
AsyncStreamAdapter<T>
Simple adapter to allow an IAsyncEnumerator<T> to be used as a gRPC IAsyncStreamReader<T>. Note that cancellation is not fully supported, due to differences between the two interfaces.
FakeApiCall
Helper class to use when faking services; enables ApiCall<TRequest, TResponse> objects to be created without gRPC