{"id":18497725,"url":"https://github.com/simpleinjector/glimpse","last_synced_at":"2025-04-19T20:34:21.015Z","repository":{"id":25500204,"uuid":"28931512","full_name":"simpleinjector/glimpse","owner":"simpleinjector","description":"Glimpse plugin for Simple Injector","archived":false,"fork":false,"pushed_at":"2020-07-15T19:22:08.000Z","size":9301,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T01:47:10.506Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/Glimpse.SimpleInjector","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/simpleinjector.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}},"created_at":"2015-01-07T20:02:56.000Z","updated_at":"2020-02-10T19:02:07.000Z","dependencies_parsed_at":"2022-08-01T05:18:03.447Z","dependency_job_id":null,"html_url":"https://github.com/simpleinjector/glimpse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpleinjector%2Fglimpse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpleinjector%2Fglimpse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpleinjector%2Fglimpse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpleinjector%2Fglimpse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simpleinjector","download_url":"https://codeload.github.com/simpleinjector/glimpse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249795026,"owners_count":21326776,"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":[],"created_at":"2024-11-06T13:35:32.203Z","updated_at":"2025-04-19T20:34:20.985Z","avatar_url":"https://github.com/simpleinjector.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Glimpse.SimpleInjector\n\n[![NuGet](https://img.shields.io/nuget/v/Glimpse.SimpleInjector.svg)](https://www.nuget.org/packages/Glimpse.SimpleInjector)\n\nThis simple [Glimpse](http://getglimpse.com/) plug-in shows the current [Simple Injector](https://simpleinjector.org) container configuration:\n\n- **Resolved Instances** lists the types that were requested explicitly during the request.\n- **Created Instances** lists the types that were created by the container during the request.\n- **Diagnostic Warnings** reports any diagnostic warnings found in the current configuration.\n- **Root Registrations** shows all root objects with their complete dependency graph.\n- **Registrations** lists all of the registrations ordered by the service name.\n\nTo use this plug-in you need to pass in the `container` instance *before verification* to allow the plug-in to add it's own hooks into the container and then verify the configuration for itself\n\n```csharp\n#if DEBUG\n    Glimpse\n        .SimpleInjector\n        .SimpleInjectorTab\n        .ConfigureGlimpseAndVerifyContainer(container);\n#else\n    container.Verify();\n#endif\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpleinjector%2Fglimpse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimpleinjector%2Fglimpse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpleinjector%2Fglimpse/lists"}