{"id":16111076,"url":"https://github.com/nikiforovall/configurationdebugviewendpoint","last_synced_at":"2025-04-06T06:29:13.998Z","repository":{"id":53558926,"uuid":"350746240","full_name":"NikiforovAll/ConfigurationDebugViewEndpoint","owner":"NikiforovAll","description":"Add endpoint-enabled middleware by using IEndpointRouteBuilder extension method. https://nikiforovall.github.io/dotnet/aspnetcore/2021/03/23/endpoint-route-builder-extension-pattern.html","archived":false,"fork":false,"pushed_at":"2021-03-24T13:34:18.000Z","size":31,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-12T12:17:10.489Z","etag":null,"topics":["asp-net-core","configuration","debugview"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/ConfigurationDebugViewEndpoint/","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/NikiforovAll.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}},"created_at":"2021-03-23T14:38:05.000Z","updated_at":"2024-08-03T00:52:33.000Z","dependencies_parsed_at":"2022-08-20T14:11:06.565Z","dependency_job_id":null,"html_url":"https://github.com/NikiforovAll/ConfigurationDebugViewEndpoint","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2FConfigurationDebugViewEndpoint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2FConfigurationDebugViewEndpoint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2FConfigurationDebugViewEndpoint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2FConfigurationDebugViewEndpoint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NikiforovAll","download_url":"https://codeload.github.com/NikiforovAll/ConfigurationDebugViewEndpoint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445569,"owners_count":20939948,"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","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":["asp-net-core","configuration","debugview"],"created_at":"2024-10-09T19:40:18.205Z","updated_at":"2025-04-06T06:29:13.982Z","avatar_url":"https://github.com/NikiforovAll.png","language":"C#","readme":"# NikiforovAll.ConfigurationDebugViewEndpoint\n\n[![GitHub Actions Status](https://github.com/NikiforovAll/ConfigurationDebugViewEndpoint/workflows/Build/badge.svg?branch=main)](https://github.com/NikiforovAll/ConfigurationDebugViewEndpoint/actions)\n\n[![GitHub Actions Build History](https://buildstats.info/github/chart/nikiforovall/ConfigurationDebugViewEndpoint?branch=main\u0026includeBuildsFromPullRequest=false)](https://github.com/NikiforovAll/ConfigurationDebugViewEndpoint/actions)\n\nA convenient extension method(s) for IEndpointRouteBuilder to add configuration debug view.\n\nThe goal of this project is to provide a convenient way of adding something like this to a project:\n\nBefore:\n\n```csharp\napp.UseEndpoints(endpoints =\u003e\n{\n    endpoints.MapGet(\"/config\", async context =\u003e\n    {\n        var config = (Configuration as IConfigurationRoot).GetDebugView();\n        await context.Response.WriteAsync(config);\n    });\n});\n```\n\nAfter:\n\n```csharp\napp.UseEndpoints(endpoints =\u003e\n{\n    endpoints.MapConfigurationDebugView(\"/config\", (options) =\u003e options.AllowDevelopmentOnly = true);\n});\n```\n\nFor more examples, please see: [tests](https://github.com/NikiforovAll/ConfigurationDebugViewEndpoint/tree/main/Tests)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikiforovall%2Fconfigurationdebugviewendpoint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikiforovall%2Fconfigurationdebugviewendpoint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikiforovall%2Fconfigurationdebugviewendpoint/lists"}