We are using Service Fabric framework with .net Core
. One of the things which started to become a bit problematic is some of our services / applications need the same parameters - which we're retyping for each of the application manifests.
Is there a way of sharing an XML snippet where you can reference in the application manifest / so the Service Fabric Applications which are using the same parameters can just reference that shared snippet?