{"id":19113912,"url":"https://github.com/ffernandolima/extensions-configuration","last_synced_at":"2025-08-13T05:03:18.062Z","repository":{"id":116249360,"uuid":"275038150","full_name":"ffernandolima/extensions-configuration","owner":"ffernandolima","description":"Exposes configuration factory including legacy xml files support.","archived":false,"fork":false,"pushed_at":"2021-08-26T18:07:22.000Z","size":1824,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-01T04:36:02.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ffernandolima.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-06-25T23:55:30.000Z","updated_at":"2024-10-11T03:42:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"10611bcb-74be-4c43-b74d-e2c539f68718","html_url":"https://github.com/ffernandolima/extensions-configuration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ffernandolima/extensions-configuration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffernandolima%2Fextensions-configuration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffernandolima%2Fextensions-configuration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffernandolima%2Fextensions-configuration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffernandolima%2Fextensions-configuration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ffernandolima","download_url":"https://codeload.github.com/ffernandolima/extensions-configuration/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffernandolima%2Fextensions-configuration/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270183606,"owners_count":24541341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-09T04:39:32.279Z","updated_at":"2025-08-13T05:03:17.792Z","avatar_url":"https://github.com/ffernandolima.png","language":"C#","funding_links":["https://www.buymeacoffee.com/fernandolima"],"categories":[],"sub_categories":[],"readme":"# extensions-configuration\n\nExposes configuration factory including legacy xml files support.\n\n[![build-and-tests Workflow Status](https://github.com/ffernandolima/extensions-configuration/actions/workflows/build-and-tests.yml/badge.svg?branch=master)](https://github.com/ffernandolima/extensions-configuration/actions/workflows/build-and-tests.yml?branch=master)\n\n[![build-and-publish Workflow Status](https://github.com/ffernandolima/extensions-configuration/actions/workflows/build-and-publish.yml/badge.svg?branch=master)](https://github.com/ffernandolima/extensions-configuration/actions/workflows/build-and-publish.yml?branch=master)\n\n | Package | NuGet |\n | ------- | ----- |\n | Extensions.Configuration.Factory | [![Nuget](https://img.shields.io/badge/nuget-v2.3.0-blue) ![Nuget](https://img.shields.io/nuget/dt/Extensions.Configuration.Factory)](https://www.nuget.org/packages/Extensions.Configuration.Factory/2.3.0) |\n\n## Installation\n\nIt is available on Nuget.\n\n```\nInstall-Package Extensions.Configuration.Factory -Version 2.3.0\n```\n\n## Usage\n\nThe following code demonstrates basic usage of configuration factory.\n\nappsettings.json:\n```JSON\n{ \n \"ParentKey\" : {\n   \"ChildKey\" : \"xxx\"\n }\n}\n```\n\nApp/Web.Config:\n```XML\n\u003c?xml version=\"1.0\" encoding=\"utf-8\" ?\u003e\n\u003cconfiguration\u003e\n  \u003cappSettings\u003e\n    \u003cadd key=\"ParentKey:ChildKey\" value=\"xxx\" /\u003e\n  \u003c/appSettings\u003e\n\u003c/configuration\u003e\n```\n\n```C#\nvar config = ConfigurationFactory.Instance.GetConfiguration();\nvar value = config[\"ParentKey:ChildKey\"];\n```\n\n## Support / Contributing\nIf you want to help with the project, feel free to open pull requests and submit issues. \n\n## Donate\n\nIf you would like to show your support for this project, then please feel free to buy me a coffee.\n\n\u003ca href=\"https://www.buymeacoffee.com/fernandolima\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/white_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffernandolima%2Fextensions-configuration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fffernandolima%2Fextensions-configuration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffernandolima%2Fextensions-configuration/lists"}