I have a number of JSON schema files and have used NSwagStudio to generate the C# client classes
Each output on it's own works fine, but unfortunately there are some common elements in each json file
Is there anyway to automatically merge the output?
... I could manually edit the various .cs files, but I want this to be process to be part of the automated build