grpc/src/csharp/Grpc.Core.Tests
James Newton-King 65efed181d
[C#] Add ConfigureAwait to AsyncUnaryCall and AsyncClientStreamingCall (#28235)
* Add ConfigureAwait to AsyncUnaryCall and AsyncClientStreamingCall

* Update comment
2021-12-03 18:53:44 +01:00
..
Interceptors Fix typo in ServerCallContext.UserState name 2019-02-16 23:24:07 -08:00
Internal fix use-after-free metadata corruption in C# when receiving response headers for streaming response calls (#27382) 2021-09-18 18:24:15 +02:00
Properties auto-fix most of licenses 2017-06-08 11:22:41 +02:00
.gitignore renaming of VS projects and other minor structural fixes 2015-02-20 09:49:25 -08:00
AppDomainUnloadTest.cs Update csharp SDK to LTS versions (#27966) 2021-11-17 10:41:02 +01:00
AuthContextTest.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
AuthPropertyTest.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
CallCancellationTest.cs remove delegate allocation and boxing from cancellation registrations 2019-07-11 13:07:50 +01:00
CallCredentialsTest.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
CallOptionsTest.cs Refactor ContextPropagationToken 2019-01-18 21:59:35 +01:00
ChannelConnectivityTest.cs simplify ChannelConnectivityTest 2018-09-05 08:10:52 -07:00
ChannelCredentialsTest.cs [C#] Add ChannelCredentials.SecureSsl property for better codecompletion with ChannelCredentials (#26472) 2021-06-24 11:39:51 +02:00
ChannelOptionsTest.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
ChannelTest.cs introduce ChannelBase.ShutdownAsync() 2020-01-15 13:58:49 +01:00
ClientServerTest.cs [C#] Add ConfigureAwait to AsyncUnaryCall and AsyncClientStreamingCall (#28235) 2021-12-03 18:53:44 +01:00
CompressionTest.cs Revert csharp workaround for empty payload gzip compression crash 2019-11-27 10:11:41 -08:00
ContextPropagationTest.cs Relax csharp deadline test 2019-06-18 10:33:02 -07:00
ContextualMarshallerTest.cs address TODO" 2019-08-09 14:48:36 -07:00
FakeCredentials.cs move ChannelCredentials to Grpc.Core.Api 2019-07-30 11:46:37 -07:00
Grpc.Core.Tests.csproj Update csharp SDK to LTS versions (#27966) 2021-11-17 10:41:02 +01:00
GrpcEnvironmentTest.cs add test for shuttingdown event 2017-08-08 13:58:59 +02:00
HalfcloseTest.cs fix warnings in Grpc.Core.Tests 2017-08-11 18:17:19 +02:00
MarshallerTest.cs switch C# to contextual serializer and deserializer internally 2018-11-09 17:16:56 +01:00
MarshallingErrorsTest.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
MetadataTest.cs C#: metadata.Get and GetAll should accept uppercase keys (#27383) 2021-09-18 19:32:34 +02:00
MockServiceHelper.cs Add basic tests for C# interceptors 2018-02-21 18:30:19 -08:00
NUnitMain.cs C#: avoid unnecessary ifdefine in NUnitMain.cs 2018-12-03 15:17:52 +01:00
PInvokeTest.cs avoid unnecessary allocation in completion registry 2017-11-21 07:32:57 +01:00
PerformanceTest.cs fix warnings in Grpc.Core.Tests 2017-08-11 18:17:19 +02:00
ResponseHeadersTest.cs fix warnings in Grpc.Core.Tests 2017-08-11 18:17:19 +02:00
SanityTest.cs Update csharp SDK to LTS versions (#27966) 2021-11-17 10:41:02 +01:00
ServerBindFailedTest.cs add a test for #18100 2020-08-17 17:45:57 +02:00
ServerTest.cs Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x 2017-06-15 17:48:42 -07:00
ShutdownHookClientTest.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
ShutdownHookPendingCallTest.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
ShutdownHookServerTest.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
ShutdownTest.cs Replace disrespectful words 2021-02-08 14:29:18 -08:00
ThreadingModelTest.cs fix warnings in Grpc.Core.Tests 2017-08-11 18:17:19 +02:00
TimeoutsTest.cs remove C# workaround for DeadlineExceeded status #2685 2019-09-03 17:03:11 +02:00
UserAgentStringTest.cs Provide runtime/framework info in gRPC C# user agent string (#25889) 2021-04-20 17:10:17 +02:00