dotnet-cqrs/Svrnty.CQRS.Grpc.Generators
Jean-Philippe Brule 46e739eead fix: handle nullable numeric types in gRPC request mapping
When a C# property is nullable (int?, long?, etc.), protobuf3 defaults
to 0 when the field is not set. The generator now treats 0 as null
for nullable numeric properties, allowing proper optional field semantics.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 11:30:01 -05:00
..
build fix: improve gRPC source generator type mapping and property naming 2025-12-25 10:47:05 -05:00
Helpers cat on a spaceship 2025-11-01 22:38:46 -04:00
Models fix: improve gRPC source generator type mapping and property naming 2025-12-25 10:47:05 -05:00
GrpcGenerator.cs fix: handle nullable numeric types in gRPC request mapping 2025-12-25 11:30:01 -05:00
ProtoFileGenerator.cs fix: improve gRPC source generator type mapping and property naming 2025-12-25 10:47:05 -05:00
ProtoFileSourceGenerator.cs added domain events, fix IQueryalbeProvider abstraction, added support for sagas and RabbitMQ 2025-12-20 15:13:05 -05:00
ProtoTypeMapper.cs added domain events, fix IQueryalbeProvider abstraction, added support for sagas and RabbitMQ 2025-12-20 15:13:05 -05:00
Svrnty.CQRS.Grpc.Generators.csproj fix nuget package for Generator assembly? 2025-11-07 12:48:00 -05:00
WriteProtoFileTask.cs added domain events, fix IQueryalbeProvider abstraction, added support for sagas and RabbitMQ 2025-12-20 15:13:05 -05:00