ksqlDB.RestApi.Client-DotNet icon indicating copy to clipboard operation
ksqlDB.RestApi.Client-DotNet copied to clipboard

Apply the Ignore method from the model builder fluent API to configure the exclusion of certain properties during code generation

Open tomasfabian opened this issue 1 year ago • 0 comments

This proposal suggests implementing the "Ignore" method from the model builder fluent API to manage the exclusion of specific properties during code generation. The "Ignore" method allows us to define properties within a model that should not be included in the generated codebase, providing more granular control over the final output.

During code generation, it's common to encounter scenarios where certain properties within a model should be excluded from the generated code. This exclusion might be necessary due to various reasons such as security concerns, performance optimization, or to comply with specific architectural requirements.

tomasfabian avatar Apr 06 '24 16:04 tomasfabian