DurableTaskMicroservices icon indicating copy to clipboard operation
DurableTaskMicroservices copied to clipboard

Provide support for JSON config

Open ddobric opened this issue 8 years ago • 0 comments

In StartServiceHostAsync(...)

        if (searchPattern.ToLower().EndsWith(".xml"))
                        microServices = LoadServicesFromXml(configFiles, knownTypes);
                    else
                        throw new NotSupportedException("JSON not yet supported!");
                      **TODO**
                    //instances = `LoadServicesFromJson`(configFiles, knownTypes, out microServices);

ddobric avatar Dec 08 '17 13:12 ddobric