ServiceFabric.ConnectionStrings lets you build connection strings which encapsulate a Service Fabric service's address and partitioning information in a single, easily injectible, string.
                        
                    
         
                Info
| Version: | 1.0.0 | 
| Author(s): | Nick Darvey | 
| Last Update: | Friday, February 9, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/NickDarvey/ServiceFabric.ConnectionStrings | 
| NuGet Url: | https://www.nuget.org/packages/NickDarvey.ServiceFabric.ConnectionStrings | 
Install
Install-Package NickDarvey.ServiceFabric.ConnectionStrings
                        dotnet add package NickDarvey.ServiceFabric.ConnectionStrings
                        paket add NickDarvey.ServiceFabric.ConnectionStrings
                        
                                NickDarvey.ServiceFabric.ConnectionStrings Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- NETStandard.Library(>= 1.6.1)
