Esun Kim
415d41f9e8
Rerun clang-formatter-7
5 years ago
Jan Tattermusch
f73c03f47c
Revert "C# lite client codegen"
...
This reverts commit 25e3d26e8c
.
6 years ago
Jan Tattermusch
7b2c253530
Revert "only generate full or lite client, never both"
...
This reverts commit 1b8418b546
.
6 years ago
Jan Tattermusch
dce5408b84
clang format code
6 years ago
James Newton-King
46de95536a
Move ClientBase to Grpc.Core.Api, change client project references to Grpc.Core.Api, use ChannelBase in codegen
6 years ago
Jan Tattermusch
1b8418b546
only generate full or lite client, never both
6 years ago
Jan Tattermusch
25e3d26e8c
C# lite client codegen
6 years ago
Jan Tattermusch
8e393ea13e
rename BindServiceAttribute
6 years ago
Jan Tattermusch
aa61b5361b
dont use nameof
6 years ago
James Newton-King
31ce7a32bb
PR feedback
6 years ago
James Newton-King
f00508e9ce
Add BindServiceAttribute
6 years ago
John Luo
9b6389f05a
Handle null implementations
6 years ago
=
ad9dcc1ff4
Update formatting
6 years ago
=
bf0d1d6bfc
Remove previous BindService implementation
6 years ago
John Luo
d98de1facf
Add new overload to BindService that doesn't require an implementation
6 years ago
Jan Tattermusch
bff1452e5e
mark as experimental
6 years ago
Jan Tattermusch
a50c61edc1
generate alternative BindService method
6 years ago
Jan Tattermusch
c70c2b4ede
C# codegen: use fully qualified name in __Marshaller_* fields
7 years ago
Jan Tattermusch
6ad0107751
only generate namespace block when appropriate
7 years ago
Jan Tattermusch
57139d1eef
fix C# codegen for empty service
7 years ago
Jan Tattermusch
43c58ccedb
explicit naming of types in generated code
7 years ago
Jan Tattermusch
96d5eb5eb4
use auto-generated header for C# plugin
7 years ago
Muxi Yan
38fcd0c6c3
clang-format
7 years ago
Vijay Pai
c04f4f16cd
Revert "Revert "Do not interpolate variables in leading comments.""
7 years ago
David G. Quintas
333dd3e1ad
Revert "Do not interpolate variables in leading comments."
7 years ago
Garret Kelly
cf5a1f2c81
Do not interpolate variables in leading comments.
...
There is at least one well-known proto file (plugin.proto) with comments
that include variable-like strings that are not actual variables. This
leads to DFATAL log statements that clutter the output and don't provide
any benefit.
8 years ago
Craig Tiller
baa14a975e
Update clang-format to 5.0
8 years ago
Jan Tattermusch
3cbbe44384
Disable XML comment warnings in generated stubs
8 years ago
Jan Tattermusch
4d5c3102a1
fix remaining license notices
8 years ago
Jan Tattermusch
482e2d2010
prevent name clashes in C# generated code
8 years ago
Jan Tattermusch
00f66361b7
Generate param comments in C# proto plugin
8 years ago
Jan Tattermusch
726f40f046
remove leading space in C# comments
8 years ago
Jan Tattermusch
727f887cc2
remove leading space in C# comments
8 years ago
Jan Tattermusch
09ba2d6f4a
fix formatting
8 years ago
Alexander Polcyn
333658177d
generate server base class as partial too
9 years ago
Alexander Polcyn
660e4b082c
generate partial c# client stubs as partial classes
9 years ago
Jan Tattermusch
05cccba2f1
add comment for NewInstance override
9 years ago
Masood Malekghassemi
ac59245624
Clang-format all the things
9 years ago
Jan Tattermusch
bfcd6b627e
generate comments for C# client constructors
9 years ago
Jan Tattermusch
edfebc909a
dont generate NewClient method for C# services
9 years ago
Jan Tattermusch
fcc8d971ff
get rid of deprecated server and client interface
9 years ago
Jan Tattermusch
562cd05bc9
update C# codegen and regenerate
9 years ago
murgatroid99
210f3c4b8e
Added comments to node generation, also refactored some plugin code
9 years ago
Kirill Katsnelson
0ddf46f10e
Fully qualify System.Threading.Tasks.Task
9 years ago
Jan Tattermusch
59c20edc3b
add comments from .proto file to generated C# files
9 years ago
David Garcia Quintas
1b2db6333d
Moved protos out of core_codegen interface
9 years ago
Jan Tattermusch
4e0f73cddb
add internal_access option for C# codegen
9 years ago
Jan Tattermusch
5f8872f899
introduce c# generator options
9 years ago
Jan Tattermusch
44f7c54847
params for generating only client/server
9 years ago
Jan Tattermusch
cc8a4b384c
disable warnings for use of our own obsolete interfaces
9 years ago