{"id":13430995,"url":"https://github.com/agileobjects/AgileMapper","last_synced_at":"2025-03-16T06:32:00.264Z","repository":{"id":49063356,"uuid":"57855666","full_name":"agileobjects/AgileMapper","owner":"agileobjects","description":"A zero-configuration, highly-configurable, unopinionated object mapper with viewable execution plans. Flattens, unflattens, deep clones, merges, updates and projects queries. .NET 3.5+ and .NET Standard 1.0+.","archived":false,"fork":false,"pushed_at":"2022-09-25T09:05:35.000Z","size":61084,"stargazers_count":460,"open_issues_count":13,"forks_count":27,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-03T23:15:58.157Z","etag":null,"topics":["dto","mapper","mapping","mappings","netstandard","viewmodel"],"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/agileobjects.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":"2016-05-01T23:08:40.000Z","updated_at":"2024-11-02T13:27:52.000Z","dependencies_parsed_at":"2022-08-17T09:30:31.995Z","dependency_job_id":null,"html_url":"https://github.com/agileobjects/AgileMapper","commit_stats":null,"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agileobjects%2FAgileMapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agileobjects%2FAgileMapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agileobjects%2FAgileMapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agileobjects%2FAgileMapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agileobjects","download_url":"https://codeload.github.com/agileobjects/AgileMapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835952,"owners_count":20355611,"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":["dto","mapper","mapping","mappings","netstandard","viewmodel"],"created_at":"2024-07-31T02:00:59.633Z","updated_at":"2025-03-16T06:32:00.253Z","avatar_url":"https://github.com/agileobjects.png","language":"C#","readme":"# AgileMapper\n\n[![NuGet version](https://badge.fury.io/nu/AgileObjects.AgileMapper.svg)](https://badge.fury.io/nu/AgileObjects.AgileMapper)\n[![Build status](https://ci.appveyor.com/api/projects/status/c1jlvkfjej62p8da?svg=true)](https://ci.appveyor.com/project/SteveWilkes/agilemapper)\n\nAgileMapper is a zero-configuration, [highly-configurable](https://agilemapper.readthedocs.io/configuration), unopinionated object\nmapper with [viewable execution plans](https://agilemapper.readthedocs.io/Using-Execution-Plans). \nIt flattens, unflattens, deep clones, [merges](https://agilemapper.readthedocs.io/Performing-Merges), \n[updates](https://agilemapper.readthedocs.io/Performing-Updates) and [projects queries](https://agilemapper.readthedocs.io/query-projection/)\nvia [extension methods](https://agilemapper.readthedocs.io/Mapping-Extension-Methods), or a \n[static or instance](https://agilemapper.readthedocs.io/Static-vs-Instance-Mappers) API. \nIt targets .NET 3.5+ and [.NET Standard 1.0+](https://docs.microsoft.com/en-us/dotnet/articles/standard/library).\n\nYou can use it to create new objects:\n\n```C#\nvar customerDto = Mapper.Map(customer).ToANew\u003cCustomerDto\u003e();\n```\n\n...[project queries](https://agilemapper.readthedocs.io/query-projection):\n\n```C#\nvar customerDtos = await context\n    .Customers\n    .Project().To\u003cCustomerDto\u003e()\n    .ToArrayAsync();\n```\n\n...perform [id-aware updates](https://agilemapper.readthedocs.io/Performing-Updates):\n\n```C#\nMapper.Map(customerViewModel).Over(customer);\n```\n\n...and [merges](https://agilemapper.readthedocs.io/Performing-Merges):\n\n```C#\nMapper.Map(customerOne).OnTo(customerTwo);\n```\n\nIt's [available via NuGet](https://www.nuget.org/packages/AgileObjects.AgileMapper) and licensed with the \n[MIT licence](https://github.com/agileobjects/AgileMapper/blob/master/LICENCE.md). Check out \n[the documentation](https://agilemapper.readthedocs.io) for more!\n","funding_links":[],"categories":["Frameworks, Libraries and Tools","others","框架, 库和工具","C# #","Object to object mapping","对象到对象映射"],"sub_categories":["Misc","大杂烩"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagileobjects%2FAgileMapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagileobjects%2FAgileMapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagileobjects%2FAgileMapper/lists"}