Jan Tattermusch
3624963ec9
regenerate c# protos
6 years ago
Jan Tattermusch
8e393ea13e
rename BindServiceAttribute
6 years ago
Jan Tattermusch
c40f959de5
make AuthContext constructor public
6 years ago
Jan Tattermusch
a48d3efc9e
move dependencies.props to the right directory
6 years ago
Jan Tattermusch
4eedf568a8
makes generation of dev nuget versions work
6 years ago
Jan Tattermusch
6fba3c0221
dependency versions are imported through Directory props
6 years ago
Jan Tattermusch
f30da05dff
introduce Directory.Build.props
6 years ago
Jan Tattermusch
5d0a571426
introduce build/dependencies.props
6 years ago
Jan Tattermusch
7a38ddfab4
run src/csharp/generate_protos.sh
6 years ago
James Newton-King
31ce7a32bb
PR feedback
6 years ago
James Newton-King
297dd0cb62
PR feedback
6 years ago
James Newton-King
688ad6373b
Fix Grpc.Core.Api assembly version
6 years ago
James Newton-King
f00508e9ce
Add BindServiceAttribute
6 years ago
kkm
aa40424bb2
fixup! C# tools: support generated filename corner cases
6 years ago
kkm
50aed8d238
fixup! C# tools: support generated filename corner cases
6 years ago
kkm
c07a74d0e5
C# Tooling: change the case to 'Protobuf' consistently
...
Users will not be affected, as MSBuild is not case-sensitive.
The changes in C# code are also entirely for consistency; they
do not affect the tooling dll at runtime.
Closes #17884
6 years ago
kkm
cbb70f534b
C# tools: support generated filename corner cases
...
protoc and gRPC codegens differently treat non-ASCII letter
characters and symbols other than underscores when constructing
their respective output filenames for generated .cs files.
This change reproduces their respective behaviors exactly.
Fixes #17661
6 years ago
Thibaut Le Guilly
303416080c
Provide access to verify_peer_callback from C#
6 years ago
Jan Tattermusch
6dac288e95
clang format code
6 years ago
Jan Tattermusch
fa33d47da5
address interview feedback
6 years ago
Jan Tattermusch
1ef8bd0944
fix cast warnings
6 years ago
Jan Tattermusch
afc2e36803
use GCHandle.FromIntPtr
6 years ago
Adam Lemmon
49164c8aeb
Update Channel.cs
...
Simple spelling or wording fixes to make comments read more cleanly
6 years ago
John Luo
ca90580d2b
Enable design time builds by default
...
- Design time build can be disable by setting DisasbleProtobufDesignTimeBuild to true
6 years ago
Jan Tattermusch
e8c8ca6d70
fix layout of Grpc.Tools package
6 years ago
Jan Tattermusch
b302f912ce
publish repository url
6 years ago
Jan Tattermusch
b089b21c6f
Fix source stepping by upgrading sourcelink
6 years ago
John Luo
55897b9f69
WIP Fix tests
6 years ago
John Luo
33dbbb98d8
Update tools to ensure error details appear in VS
6 years ago
Jan Tattermusch
cfe021a3b3
netstandard2.0 tweaks
6 years ago
Jan Tattermusch
fac3ec2563
add netstandard2.0 target for Grpc.* packages
6 years ago
Jan Tattermusch
478377ff70
PDBs will get included automatically
6 years ago
Jan Tattermusch
c820cfc158
activate sourcelink when building packages
6 years ago
Jan Tattermusch
96fd871694
bump C# protobuf dependency
6 years ago
Jan Tattermusch
1c6040162e
regenerate C# protos
6 years ago
Jan Tattermusch
83b6a98872
allow return value from native callbacks
6 years ago
Jan Tattermusch
5a65985bf8
add NativeCallbackDispatcher
6 years ago
Jan Tattermusch
38ecd3831b
install dotnet SDK before starting Windows build
6 years ago
Jan Tattermusch
3291154db0
update all executables to netcoreapp2.1
6 years ago
Tyler Southard
5779e0c9af
Updated experimental README
6 years ago
Tyler Southard
b93d4842cc
Add armv7 support for Xamarin.iOS native libraries
6 years ago
Srini Polavarapu
9e9cc11d2b
Regenerate projects
6 years ago
Jan Tattermusch
f422acdb7e
move MonoPInvokeCallbackAttribute to a separate file
6 years ago
Mikael Grimstad
30934aeb83
Fixed dead examples link
...
Case matched link with folder name (Helloworld example)
6 years ago
Jan Tattermusch
55e9e96ac3
also generate C# docs for Grpc.Core.Api
6 years ago
Srini Polavarapu
d63f008767
Regenerate projects
6 years ago
Christopher Warrington
1232f60ac2
Make UserState non-virtual; add protected impl
...
Makes the public UserState property non-virtual and adds a protected
virtual UserStateCore that can be overridden. This follows the pattern
of the other members.
6 years ago
Alex Polcyn
5b11769ab0
Fix c-ares on Windows bug triggered by tracing
6 years ago
Alex Polcyn
0f794e1e3c
Fix c-ares on Windows bug triggered by tracing
6 years ago
Jan Tattermusch
f640a548b8
"protocol" is too general to be in nuget pkg tags
6 years ago