Jan Tattermusch
6fba3c0221
dependency versions are imported through Directory props
6 years ago
James Newton-King
297dd0cb62
PR feedback
6 years ago
Jan Tattermusch
fac3ec2563
add netstandard2.0 target for Grpc.* packages
6 years ago
Christopher Warrington
3421c9c4f9
Make ServerCallContext.UserData a virtual property
6 years ago
Christopher Warrington
4645f0d299
Add UserState dictionary to C# ServerCallContext
...
This commit adds a IDictionary<object, object> UserState member to the
ServerCallContext. Interceptors and call handlers can use this member to
pass per-call state between themselves.
Like other members of ServerCallContext, UserState is not thread-safe.
UserState is initialized on demand so that calls that don't use
UserState don't need to pay for it.
Closes https://github.com/grpc/grpc/issues/17759
6 years ago
Jan Tattermusch
dd6951e9d8
nuget package icon, use recommended license tag
6 years ago
Jan Tattermusch
966d49795c
change nuget package copyright to gRPC Authors
6 years ago
Jan Tattermusch
2131798b7f
update nuget package descriptions
6 years ago
Jan Tattermusch
cf5cffcc2d
csproj cleanup
6 years ago
Jan Tattermusch
bf48d410a7
change suffix for protected ServerCallContext members to *Core
6 years ago
Jan Tattermusch
7d6341b627
remove unnecessary using
6 years ago
Jan Tattermusch
e358f567b0
make ServerCallContext an abstract base class
6 years ago
Jan Tattermusch
9c51ff9b33
Make C# ServerCallContext implementation agnostic
6 years ago
Jan Tattermusch
1d1070216e
add tests demonstrating how to mock client stubs
7 years ago
Jan Tattermusch
4ea4727ac5
Allow creating instances of ServerCallContext in tests
7 years ago
Jan Tattermusch
cb0486adf8
prepare for SourceLink support
7 years ago
Jan Tattermusch
9eb36afb11
dont set NetStandardImplicitPackageVersion
8 years ago
Jan Tattermusch
aa135cedf9
treat warnings as errors
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Jan Tattermusch
d0d336c748
remove bad .NET45 references
8 years ago
Jan Tattermusch
c9c3d2aaaa
silence xmldoc warnings for non-nuget projects
8 years ago
Jan Tattermusch
be8522974d
include symbols and source in nugets
8 years ago
Jan Tattermusch
f8be2d65cc
add privateassets none to C# nugets depending on Grpc.Core
8 years ago
murgatroid99
70a2a4b01a
Bump version to 1.2.4
8 years ago
murgatroid99
7cfa1bfb73
Bump version to 1.2.3
8 years ago
Jan Tattermusch
7727c7649c
Initial migration to new .csproj files
8 years ago
Jan Tattermusch
0be726b34d
bump version to 1.2.2
8 years ago
Ken Payson
484871bb03
Bump version to 1.2.1
8 years ago
Alexander Polcyn
69c2717c80
bump v1.2.x branch version to 1.2.1-pre2
8 years ago
Alexander Polcyn
3e30832cca
bump v1.2.x branch to 1.2.1-pre1
8 years ago
David Garcia Quintas
69e5a28635
Going for 1.2.0
8 years ago
Ken Payson
12ca7d319c
Bump 1.2.x version to pre-2
8 years ago
David Garcia Quintas
904e7f53ae
Introducing 1.2.0-pre1
8 years ago
David Garcia Quintas
74cec10619
Bumped version to 1.3.0-dev
8 years ago
Jan Tattermusch
2b2723bbce
add C# testing APIs
8 years ago