You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, you had to pass the `CSharpDtos` FQN as the
`TargetCodeGenerator` when running sbe-tool; however, that means the XML
schema was parsed multiple times, as DTOs depend on flyweights,
which seems wasteful. Therefore, I have introduced a system property,
`sbe.csharp.generate.dtos` that also controls the generation of DTOs
when targetting `CSharp`.
0 commit comments