{"id":17008719,"url":"https://github.com/i-e-b/liteproxy","last_synced_at":"2025-10-14T04:22:33.272Z","repository":{"id":13991994,"uuid":"16693084","full_name":"i-e-b/LiteProxy","owner":"i-e-b","description":"Tiny object proxying and mocking tools for C#","archived":false,"fork":false,"pushed_at":"2018-05-14T13:49:30.000Z","size":184,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-14T23:19:09.671Z","etag":null,"topics":["c-sharp","legacy-support","reflection","test-driven-development","working"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/i-e-b.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-10T11:17:33.000Z","updated_at":"2023-08-30T12:59:39.000Z","dependencies_parsed_at":"2022-09-15T00:20:51.951Z","dependency_job_id":null,"html_url":"https://github.com/i-e-b/LiteProxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/i-e-b/LiteProxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-e-b%2FLiteProxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-e-b%2FLiteProxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-e-b%2FLiteProxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-e-b%2FLiteProxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/i-e-b","download_url":"https://codeload.github.com/i-e-b/LiteProxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-e-b%2FLiteProxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017949,"owners_count":26086213,"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-10-14T02:00:06.444Z","response_time":60,"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":["c-sharp","legacy-support","reflection","test-driven-development","working"],"created_at":"2024-10-14T05:29:06.061Z","updated_at":"2025-10-14T04:22:33.236Z","avatar_url":"https://github.com/i-e-b.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"LiteProxy\n=========\n\nTiny object proxying tools for C#\n\nFeatures:\n---------\n\n`DynamicProxy.GetInstanceFor\u003c...\u003e();` -- Pass the type of an interface or abstract, and you will get an object instance that implements that type and backs the properties and fields.\n\n`Extract\u003cInterface\u003e.From(Instance)` -- Wraps an object instance in a proxy. Use this to coerce objects into interfaces they *could* implement.\n\n`LazyDelegate.For(...)` -- Wraps a constructor function in a proxy that overrides all virtual properties. Any access to the properties will cause the function to be invoked and calls passed to the result.\n\n`LazyDelegate.ForKeyed(\"Id\", MyValue, ConstructorFunc)` -- Same as LazyDelegate.For, but this causes one named property with an initial value to skip the lazy invocation.\n\nTODO\n------\n 1. Add the delegating behaviour of `Extract\u003c\u003e.From()` to `DynamicProxy`.\n 2. Expose the delegating object (as dynamic?) through dynamic proxy generation\n    * methods are always mapped to delegate object\n\t* fields are mapped to delegate if they exist, otherwise getters, setters and backing field are added as currently","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi-e-b%2Fliteproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fi-e-b%2Fliteproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi-e-b%2Fliteproxy/lists"}