Grpc: Fix parsing null value for google.protobuf.Timestamp (#1293)

* Add another example for Grpc client + mapping

* <PackageReference Include="ProtoBufJsonConverter" Version="0.9.0" />
This commit is contained in:
Stef Heyenrath
2025-05-10 12:53:18 +02:00
committed by GitHub
parent 56c058fe24
commit 7596967fcc
5 changed files with 240 additions and 64 deletions

View File

@@ -5,6 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
@@ -18,6 +19,7 @@
<ItemGroup>
<Protobuf Include="greet.proto" GrpcServices="Client" />
<Protobuf Include="policy.proto" GrpcServices="Client" />
</ItemGroup>
</Project>
</Project>