Commit Graph

8 Commits

Author SHA1 Message Date
Jan Tattermusch e8404698d5
Remove C# implementation (individual packages will continue to be maintained through v2.46.x patches or moved to grpc-dotnet) (#29225)
* remove examples/csharp

* remove reference to examples/csharp

* remove C# references from doc/

* remove src/csharp

* update test_creds locations

* remove C# distribtests

* remove buildgen templates for files under src/csharp

* remove grpc_csharp_ext C build target

* regenerate projects

* update tools/run_tests/README.md

* change many C# test/build scripts to noop

* unbreak run_tests.py -l csharp

* unbreak C# build_package targets

* unbreak C# distribtests

* remove C# pre-build steps from prepare_build_windows.bat

* remove src/csharp from clang_format

* remove csharp and csharpcoreclr from run_interop_tests.py

* remove C# interop test docker images

* Revert "remove src/csharp"

This reverts commit 97f2b6d707.

* remove src/csharp, but keep Grpc.Tools

* add back templates/src/csharp/build/dependencies.props.template

* remove everything but Grpc.Tools and Grpc.Tools.Tests from sln

* Revert "unbreak run_tests.py -l csharp"

This reverts commit 529b5e2ec1.

* revive Grpc.Tools.Tests through run_tests.py

* Revert "unbreak C# build_package targets"

This reverts commit 79d8d83c8b.

* experiment with build_nuget.sh fixes

* simplify create_fake_native_artifacts.sh

* building of Grpc.Tools in package_targets.py

* move shared files from Grpc.Core to Grpc.Tools

* yapf format: distribtest_targets.py

* Revert "remove C# pre-build steps from prepare_build_windows.bat"

This reverts commit bd38956a2b.

* update C# README.md

* disable C# in gke OSS benchmarks
2022-04-28 12:00:34 +02:00
Kane York be20947db3
Replace TODO with a link to the proto file 2020-07-23 17:09:24 -07:00
Jan Tattermusch 0d2bc2f1df server-reflection.md: fix markdown 2018-10-02 13:17:59 +02:00
Jean de Klerk 29fea1e4df docs: add python server reflectlion link 2018-08-07 11:38:53 +02:00
Jean de Klerk 2898c199a2 Add C# doc 2018-07-27 08:25:05 -07:00
Jean de Klerk 4cc2e6031c Move to bottom 2018-07-26 08:20:21 -07:00
Jean de Klerk 051e833a4c docs: provide a section aggregating per-language server reflection tutorials
This allows users of any language to find documentation about server reflection. I chose this document as the place to put it because it has quite good SEO for the term "server reflection grpc".
2018-07-13 14:07:32 -07:00
Abhishek Kumar d259bb1dd1 Add a document describing a server reflection protocol.
This is largely cribbed from @dklempner's original PR (#2744) . Taking over as he is out on vacation. Removed the discussion around host-reflection and corresponding uses of `host` from the API.
2015-08-07 11:21:31 -07:00