aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
Commit message (Collapse)AuthorAge
* clang-format all the files.Gravatar Soheil Hassas Yeganeh2019-01-07
| | | | | | | | Whenever we run clang-format, gen_build_yaml.py and ServerServiceDefinitionExtensions.cs get modified by the script. Let's commit those changes so that these file remain unmodified after running the formatting script.
* Regenerate projectsGravatar Sanjay Pujare2019-01-03
|
* csharp interop client: dont set override by defaultGravatar Jan Tattermusch2018-12-20
|
* Use x64 tools on 64-bit Windows in Grpc.ToolsGravatar kkm2018-12-17
| | | | | | | | The Windows Nano Server Docker image does not support 32-bit executables. See: https://docs.microsoft.com/windows-server/get-started/getting-started-with-nano-server#important-differences-in-nano-server See: https://github.com/grpc/grpc/pull/13207#issuecomment-444846082 Close: #13098 (wontfix)
* C#: avoid unnecessary ifdefine in NUnitMain.csGravatar Jan Tattermusch2018-12-03
|
* update compiler definesGravatar Jan Tattermusch2018-11-30
|
* switch netcoreapp1.0->1.1Gravatar Jan Tattermusch2018-11-30
|
* Regenerate projectsGravatar Muxi Yan2018-11-19
|
* Merge pull request #17167 from jtattermusch/switch_to_contextual_serializerGravatar Jan Tattermusch2018-11-15
|\ | | | | Switch C# to contextual serializer and deserializer internally
* | regenerate protosGravatar Jan Tattermusch2018-11-14
| |
| * switch C# to contextual serializer and deserializer internallyGravatar Jan Tattermusch2018-11-09
| |
* | regenerate protosGravatar Jan Tattermusch2018-11-08
| |
* | add ServiceBinderBaseGravatar Jan Tattermusch2018-11-08
|/
* Merge branch master into package-grpc-tools-docGravatar kkm2018-11-02
|\
* | Address review commentsGravatar kkm2018-11-02
| | | | | | | | | | | | | | | | | | * Fix typos. * Correct pointers to example files. * Refer to v1.17 or 1.17.0 throughout. * Change wording where requested, remove trailer. * Rename INTEGRATION.md -> BUILD-INTEGRATION.md. * Change a pointer in README.md to point to the new name.
* | Add missing quoteGravatar kkm (aka Kirill Katsnelson)2018-10-17
| |
| * Merge pull request #13207 from kkm000/package-grpc-toolsGravatar Jan Tattermusch2018-10-17
| |\ | | | | | | Integrate Grpc.Tools into msbuild system (C# only)
| | * fix Grpc.Tools nuget layout on Linux and MacGravatar Jan Tattermusch2018-10-17
| | | | | | | | | | | | | | | For files without known extension (e.g. Unix binaries) , NuGet can't tell files from directories, so mention protoc and grpc_csharp_ext explicitly to avoid breaking nuget's directory layout.
| | * Remove target netcoreapp2.1 from Tools.Tests csprojGravatar kkm2018-10-16
| | |
| * | Show dlerror if grpc_csharp_ext load failsGravatar Jan Tattermusch2018-10-15
| | |
| * | add dlerror stubsGravatar Jan Tattermusch2018-10-15
| | |
* | | Document .NET build integration with Grpc.ToolsGravatar kkm2018-10-14
|/ /
| * Merge remote-tracking branch 'golden/master' into package-grpc-toolsGravatar kkm2018-10-14
| |\ | |/ |/|
| * Infer coding style, adjust .editorconfig, reformat Tools codeGravatar kkm2018-10-14
| |
| * Restore packaging of binary tools under tools/Gravatar kkm2018-10-14
| | | | | | | | Unfixes #13098, hopefully temporarily.
| * Improve ProtoToolsPlatformTask testsGravatar kkm2018-10-14
| |
| * Fix dotnet/Mono build and testing under LinuxGravatar kkm2018-10-14
| |
| * fixup: rename *Tests files to *TestGravatar Jan Tattermusch2018-10-09
| |
* | Regenerate projectsGravatar Stanley Cheung2018-10-08
| |
| * Rename test classes *Test; UWYU in Tools.Test projectGravatar kkm2018-10-07
| |
| * Merge remote-tracking branch 'golden/master' into package-grpc-toolsGravatar kkm2018-10-07
| |\ | |/ |/|
* | Merge pull request #16552 from ↵Gravatar Jan Tattermusch2018-10-05
|\ \ | | | | | | | | | | | | jtattermusch/csharp_expose_client_certificate_request Expose certificate request type in SslServerCredentials
* \ \ Merge pull request #16777 from jtattermusch/csharp_optimized_grpc_csharp_extGravatar Jan Tattermusch2018-10-05
|\ \ \ | | | | | | | | build assembly-optimized grpc_csharp_ext with cmake
| | * | dont repeat "ClientCertificate" in enum valuesGravatar Jan Tattermusch2018-10-05
| | | |
* | | | Merge pull request #16756 from jtattermusch/csharp_channeloptions_improvementsGravatar Jan Tattermusch2018-10-05
|\ \ \ \ | | | | | | | | | | C#: ChannelOption improvements
* | | | | add script for automatic generation of C# reference docsGravatar Jan Tattermusch2018-10-04
| | | | |
| | * | | build grpc_csharp_ext with cmakeGravatar Jan Tattermusch2018-10-04
| | | | |
* | | | | Update README.md ordered list spacingGravatar Kevin Damm2018-10-02
| |/ / / |/| | | | | | | Certain markdown interpreters do not recognize ordered lists if there isn't a blank line between the numbered lines. This change corrects the spacing between the steps for getting gRPC into a Unity project.
| * | | add xmldoc commentsGravatar Jan Tattermusch2018-10-02
| | | |
| * | | ChannelOption: implement hashcode and equalsGravatar Jan Tattermusch2018-10-02
| | | |
| * | | improve doc comments for ChannelOptionsGravatar Jan Tattermusch2018-10-02
|/ / /
* | | upgrade CommandLineParser to 2.3.0Gravatar Jan Tattermusch2018-10-01
| | |
* | | review commentsGravatar Jan Tattermusch2018-09-28
| | |
* | | Improve documentation to use Metadata.EntryGravatar Alex Villarreal2018-09-28
| | | | | | | | | Add notes about the parameters in public constructors of `Metadata.Entry`, and `Metadata`s `Add` methods (which call the aforementioned constructors), to clearly indicate what a valid key should be, **and the fact that it is converted to lowercase**. Seems like an important enough side effect that it should be explicit in the documentation.
* | | Merge pull request #16631 from szehetner/AllocationsGravatar Jan Tattermusch2018-09-28
|\ \ \ | | | | | | | | C#: Various allocation optimizations
| * | | addressing a few nitsGravatar Jan Tattermusch2018-09-28
| | | |
* | | | Merge pull request #16367 from jtattermusch/csharp_new_serialization_apiGravatar Jan Tattermusch2018-09-26
|\ \ \ \ | | | | | | | | | | Add new C# serialization API
| * | | | address commentsGravatar Jan Tattermusch2018-09-25
| | | | |
| * | | | add DeserializationContext implementation noteGravatar Jan Tattermusch2018-09-25
| | | | |
| * | | | add MarshallerTestGravatar Jan Tattermusch2018-09-23
| | | | |