dotnet-cqrs/Svrnty.Sample/Protos/cqrs_services.proto
David Nguyen bd43bc9bde
Fix gRPC source generator for complex nested types
- Add DateTime/Timestamp conversion in nested property mapping
- Add IsReadOnly property detection to skip computed properties
- Extract ElementNestedProperties for complex list element types
- Skip read-only properties in GenerateComplexObjectMapping and GenerateComplexListMapping

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 23:25:01 -05:00

8 lines
142 B
Protocol Buffer

syntax = "proto3";
option csharp_namespace = "Generated.Grpc";
package cqrs;
// Placeholder proto file - will be regenerated on next build