Describe the bug
When using the Modelbuilder with PAC Versions greater than 1.44.2, this leads to invalid code (see screenshot) while generating C# Models for my Custom API causing CS1061 to be thrown.
This is not a production bug of the build tools (yet?). I'm quite sure this will be an issue as soon as the build tools switch to later pac versions internally which will be a breaking szenario for my use case.
Fehler (aktiv) CS1061 "translateKeyResponse" enthält keine Definition für "Parameters", und es konnte keine zugängliche Parameters-Erweiterungsmethode gefunden werden, die ein erstes Argument vom Typ "translateKeyResponse" akzeptiert (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis). Plugin, RulesEvaluation.UnitTests
<>EarlyBoundTypes\Messages\translateKey.cs 112
Thank you very much for your support!
Best regards!
To Reproduce
Steps to reproduce the behavior:
- Create a custom API
- Generate C# Class Model with >1.44.2 und <= 1.44.2
Expected behavior
The Model generator should generate correct c# (v4.6.2) Sourcecode
Screenshots
Versions > 1.44.2

Versions <= 1.44.2
My BuilderSettings.json
My Custom API
Desktop (please complete the following information):
Describe the bug
When using the Modelbuilder with PAC Versions greater than 1.44.2, this leads to invalid code (see screenshot) while generating C# Models for my Custom API causing CS1061 to be thrown.
This is not a production bug of the build tools (yet?). I'm quite sure this will be an issue as soon as the build tools switch to later pac versions internally which will be a breaking szenario for my use case.
Fehler (aktiv) CS1061 "translateKeyResponse" enthält keine Definition für "Parameters", und es konnte keine zugängliche Parameters-Erweiterungsmethode gefunden werden, die ein erstes Argument vom Typ "translateKeyResponse" akzeptiert (möglicherweise fehlt eine using-Direktive oder ein Assemblyverweis). Plugin, RulesEvaluation.UnitTests
<>EarlyBoundTypes\Messages\translateKey.cs 112
Thank you very much for your support!
Best regards!
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Model generator should generate correct c# (v4.6.2) Sourcecode
Screenshots

Versions > 1.44.2
Versions <= 1.44.2
My BuilderSettings.json
My Custom API
Desktop (please complete the following information):