-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
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);