- 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>
8 lines
142 B
Protocol Buffer
8 lines
142 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option csharp_namespace = "Generated.Grpc";
|
|
|
|
package cqrs;
|
|
|
|
// Placeholder proto file - will be regenerated on next build
|