{"id":20816857,"url":"https://github.com/tanbirhossain/copyobject","last_synced_at":"2025-09-01T10:07:16.115Z","repository":{"id":115803813,"uuid":"234450338","full_name":"tanbirhossain/CopyObject","owner":"tanbirhossain","description":"CopyObject is a object-to-object mapping dotnet library that can be used to map objects belonging to dissimilar types","archived":false,"fork":false,"pushed_at":"2020-01-24T01:08:20.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T02:22:30.388Z","etag":null,"topics":["csharp","dotnet","mapper","nuget-package"],"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/tanbirhossain.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":"2020-01-17T02:02:40.000Z","updated_at":"2020-12-28T10:31:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"50da86b9-966a-4375-8272-b8d61382f291","html_url":"https://github.com/tanbirhossain/CopyObject","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/tanbirhossain%2FCopyObject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanbirhossain%2FCopyObject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanbirhossain%2FCopyObject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanbirhossain%2FCopyObject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanbirhossain","download_url":"https://codeload.github.com/tanbirhossain/CopyObject/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138008,"owners_count":21053775,"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":["csharp","dotnet","mapper","nuget-package"],"created_at":"2024-11-17T21:37:36.463Z","updated_at":"2025-04-10T00:36:57.872Z","avatar_url":"https://github.com/tanbirhossain.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Icon here --\u003e\n\n# CopyObject\nCopyObject is a object-to-object mapping dotnet library that can be used to map objects belonging to dissimilar types\n\n## Build Status\n\nAppveyor\n:-:\n[![Build status][ai]][al]\n\u003c!-- a and c are the first letter of CI plugins. i is icon and l is link. --\u003e\n\n[ai]: https://ci.appveyor.com/api/projects/status/efju4g16n15iwgq1?svg=true\n[al]: https://ci.appveyor.com/project/tanbirhossain/copyobject\n\n## NuGet Package\n\n[![](https://img.shields.io/nuget/v/CopyObject.svg)](https://www.nuget.org/packages/CopyObject)\n\n## Getting Started\n\n### Packing a source NuGet package\n\nUsing NuGet tool to install [CopyObject](https://www.nuget.org/packages/CopyObject/) to your project\n\n```\nPM\u003e Install-Package CopyObject\n```\n\nOr\n\n```\ndotnet add package CopyObject\n```\n## How to use ?\n```\nusing System;\n\nnamespace Test\n{\n    class Program\n    {\n        static void Main(string[] args)\n        {\n            User userEntity = new User() { Id = 1, Name = \"Ovi\", DOB = DateTime.UtcNow };\n            UserVM userVM = new UserVM();\n            userVM.CopyObjectFrom(userEntity);\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanbirhossain%2Fcopyobject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanbirhossain%2Fcopyobject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanbirhossain%2Fcopyobject/lists"}