Steve Ives

Results 10 comments of Steve Ives

Can you just return an ArrayList of String; you can put anything you want into each string in the ArrayList? Of course the tooling won't make the JSON for you,...

For out or inout Array of string parameters would be something like: [ "string 1", "string 2", "string 3" ] Each string might contain a JSON object if that's what...

Hi Tom, If you want to exclude specific fields, always, you can do so by adding the text [HARMONY_EXCLUDE](https://github.com/Synergex/HarmonyCore/wiki/Repository-Setup#excluding-a-field) to the field's long description. CodeGen also has a feature called...

Actually, thinking about it some more, while `@HARMONY_EXCLUDE` will work to exclude specific fields, the whole field subset thing won't work for you in the Traditional Bridge world if you...

Hey, Tom. Before I spend too much time on this, can you check something out for me. This is a "delicate" area, as we have had different customers wanting different...

@hippiehunter It is, but it's already out of date. Needs updating to 3.1, NuGet packages, etc. Outside of the scope of the upgrade tool?

Note that all properties MUST have a setter in order to be supported, so the setter for these properties should throw. But if that is all we do then Web...

The Entity Framework provider already has a mechanism to do this and we will provide a WiKi page that describes the process.

To do this one would write a class that inherits from Harmony.Core.FileIO.FileChannelManager, overrides the OpenChannel method, provides a custom value for fileName, then calls parent.OpenChannel. An example can be found...

I have added code to the ODataModel template to throw an ApplicationException if the set method is called for read only properties. However this will result in a 500 "Internal...