{"id":22206733,"url":"https://github.com/usercode/coremapper","last_synced_at":"2025-10-13T02:32:00.436Z","repository":{"id":109494247,"uuid":"163211914","full_name":"usercode/CoreMapper","owner":"usercode","description":"Simple object mapper","archived":false,"fork":false,"pushed_at":"2019-08-12T23:09:23.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-21T08:57:42.026Z","etag":null,"topics":["object-mapper"],"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/usercode.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-26T19:38:43.000Z","updated_at":"2020-12-28T10:13:26.000Z","dependencies_parsed_at":"2023-05-02T18:18:29.430Z","dependency_job_id":null,"html_url":"https://github.com/usercode/CoreMapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/usercode/CoreMapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercode%2FCoreMapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercode%2FCoreMapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercode%2FCoreMapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercode%2FCoreMapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usercode","download_url":"https://codeload.github.com/usercode/CoreMapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercode%2FCoreMapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014022,"owners_count":26085345,"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-13T02:00:06.723Z","response_time":61,"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":["object-mapper"],"created_at":"2024-12-02T18:17:44.179Z","updated_at":"2025-10-13T02:32:00.431Z","avatar_url":"https://github.com/usercode.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoreMapper\nSimple object mapper focused for Data Transfer Objects (DTO) and Entity Framework Core usage.  \n\nhttps://www.nuget.org/packages/CoreMapper  \nhttps://www.nuget.org/packages/CoreMapper.AspNetCore\n\n## How to use it\n\n```csharp\n//create Mapper\nMapper mapper = new Mapper();\n\n//IEntitySelector entitySelector = new EntitySelector();\n\nmapper.RegisterStrategy\u003cSameNameAndTypeStrategy\u003e();\nmapper.RegisterStrategy\u003cEntityToIdStrategry\u003e();\nmapper.RegisterStrategy(new IdToEntityStrategy(entitySelector));\nmapper.RegisterStrategy(new AddedToCollectionStrategy(entitySelector));\nmapper.RegisterStrategy(new RemovedToCollectionStrategy(entitySelector));\nmapper.RegisterStrategy\u003cCollectionToAddedStrategy\u003e();\nmapper.RegisterStrategy\u003cCollectionToRemovedStrategy\u003e();\nmapper.RegisterInterceptor\u003cChangeTrackingInterceptor\u003e();\n\nDbCustomer dbCustomer = new DbCustomer();\nUpdateCustomerDTO customerDto = new UpdateCustomerDTO();\n\nmapper.Map(customerDto, dbCustomer);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusercode%2Fcoremapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusercode%2Fcoremapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusercode%2Fcoremapper/lists"}