{"id":21713532,"url":"https://github.com/johnib/configurationinitializer.servicefabric","last_synced_at":"2026-04-28T18:01:10.826Z","repository":{"id":91957759,"uuid":"140635596","full_name":"johnib/ConfigurationInitializer.ServiceFabric","owner":"johnib","description":"A framework to help utilize ServiceFabric configurations","archived":false,"fork":false,"pushed_at":"2018-07-12T12:45:55.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T14:07:18.693Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-11T22:59:36.000Z","updated_at":"2018-07-13T09:55:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"464d8a01-3793-4822-bc12-943202b82338","html_url":"https://github.com/johnib/ConfigurationInitializer.ServiceFabric","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johnib/ConfigurationInitializer.ServiceFabric","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnib%2FConfigurationInitializer.ServiceFabric","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnib%2FConfigurationInitializer.ServiceFabric/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnib%2FConfigurationInitializer.ServiceFabric/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnib%2FConfigurationInitializer.ServiceFabric/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnib","download_url":"https://codeload.github.com/johnib/ConfigurationInitializer.ServiceFabric/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnib%2FConfigurationInitializer.ServiceFabric/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-26T00:17:28.710Z","updated_at":"2026-04-28T18:01:10.785Z","avatar_url":"https://github.com/johnib.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[README] https://github.com/ordanon/ConfigurationInitializer/blob/master/README.md\n\n# How to use?\nAssume a SF Service with the following `Config/Settings.xml` file:\n\n```XML\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cSettings xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" \n          xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n          xmlns=\"http://schemas.microsoft.com/2011/01/fabric\"\u003e\n\n  \u003cSection Name=\"ApplicationInsights\"\u003e\n    \u003cParameter Name=\"InstrumentationKey\" Value=\"\" MustOverride=\"true\" /\u003e\n  \u003c/Section\u003e\n  \u003cSection Name=\"BlobPersistency\"\u003e\n    \u003cParameter Name=\"StorageAccounts\" Value=\"['storage1', 'storage2']\" MustOverride=\"true\" /\u003e\n  \u003c/Section\u003e\n  \u003cSection Name=\"AAD\"\u003e\n    \u003cParameter Name=\"TenantId\" Value=\"\" MustOverride=\"true\" /\u003e\n    \u003cParameter Name=\"ClientId\" Value=\"\" MustOverride=\"true\" /\u003e\n    \u003cParameter Name=\"CertificateThumbprint\" Value=\"\" MustOverride=\"true\" /\u003e\n  \u003c/Section\u003e\n\u003c/Settings\u003e\n```\n\nThen the settings class representing the that config file would look like:\n\n```CSharp\npublic class SchedulerJobSettings : ConfigurationInitializer\n{\n    public SchedulerJobSettings(ConfigurationSettings settings)\n        : base(new ServiceFabricConfigurationReader(settings))\n    {\n    }\n\n    [ConfigKey(\"ApplicationInsights.InstrumentationKey\")]\n    public string AppInsightsInstrumentationKey { get; set; }\n\n    [ConfigKey(\"BlobPersistency.StorageAccounts\")]\n    public List\u003cstring\u003e BlobPersistencyStoragesConnectionStrings { get; set; }\n\n    [ConfigKey(\"AAD.TenantId\")]\n    public string AadTenantId { get;set; }\n\n    [ConfigKey(\"AAD.ClientId\")]\n    public string AadClientId { get;set; }\n\n    [ConfigKey(\"AAD.CertificateThumbprint\")]\n    public string AadCertificateThumbprint { get; set; }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnib%2Fconfigurationinitializer.servicefabric","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnib%2Fconfigurationinitializer.servicefabric","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnib%2Fconfigurationinitializer.servicefabric/lists"}