{"id":37032375,"url":"https://github.com/emregulcan/xrmlibrary.2016","last_synced_at":"2026-01-14T03:58:22.265Z","repository":{"id":77994599,"uuid":"88611878","full_name":"emregulcan/xrmlibrary.2016","owner":"emregulcan","description":"Microsoft Dynamics CRM 2016 helper library","archived":false,"fork":false,"pushed_at":"2019-10-31T13:16:48.000Z","size":850,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-03T20:19:46.839Z","etag":null,"topics":["2016","dynamics-365","dynamics-crm","dynamics-crm-online","microsoft","sdk","xrm"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/XrmLibrary.EntityHelpers.2016/","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/emregulcan.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,"governance":null}},"created_at":"2017-04-18T10:19:52.000Z","updated_at":"2023-03-05T03:54:32.000Z","dependencies_parsed_at":"2023-02-25T15:00:18.544Z","dependency_job_id":null,"html_url":"https://github.com/emregulcan/xrmlibrary.2016","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/emregulcan/xrmlibrary.2016","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emregulcan%2Fxrmlibrary.2016","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emregulcan%2Fxrmlibrary.2016/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emregulcan%2Fxrmlibrary.2016/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emregulcan%2Fxrmlibrary.2016/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emregulcan","download_url":"https://codeload.github.com/emregulcan/xrmlibrary.2016/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emregulcan%2Fxrmlibrary.2016/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["2016","dynamics-365","dynamics-crm","dynamics-crm-online","microsoft","sdk","xrm"],"created_at":"2026-01-14T03:58:21.786Z","updated_at":"2026-01-14T03:58:22.248Z","avatar_url":"https://github.com/emregulcan.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xrmlibrary.2016\nMicrosoft Dynamics CRM 2016 / Dynamics 365 helper library\n\nThis project includes 2 helper library for Microsoft Dynamics CRM 2016 / Dynamics 365.\n* **XrmLibrary.EntityHelpers** : Microsoft Dynamics CRM 2016 Entity Helper. This library includes almost full MS CRM 2016 SDK methods and UI methods.\n* **XrmLibrary.ExtensionMethods** : Microsoft Dynamics CRM 2016 SDK extension methods\n\nFor more information please visit https://github.com/emregulcan/xrmlibrary.2016/wiki\n\nPlease read important notices about [SDK Deprecated Messages](https://github.com/emregulcan/xrmlibrary.2016/wiki/06-SDK-Deprecated-Messages)\n\nYour comments and pull requests are very important and always welcome\n\n\n# Commit / Release Notes\n\n## v1.4.1\n- [EmailHelper](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Activity/EmailHelper.cs) bugfix for \"Paramater can not be null : email.to\" exception when you create an email activity by using [XrmEmail](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Activity/XrmEmail.cs) object\nFor more details [Issue #4](https://github.com/emregulcan/xrmlibrary.2016/issues/4)\n\n## v1.4\n- [AddCustomAttribute](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Activity/XrmEmail.cs#L382-L389) method added to XrmEmail\n- [AddCustomAttribute](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Schedule/Data/XrmAppointment.cs#L266-L273) method added to XrmAppointment\n\n## v1.3\n- Strong-named (signed) assembly support added. Please read [this issue](https://github.com/emregulcan/xrmlibrary.2016/issues/3)\n- BUG-FIXING\n   - Schedule.Data.XrmAppointment\n      - \"[location](https://github.com/emregulcan/xrmlibrary.2016/blob/master/XrmLibrary.EntityHelpers/Schedule/Data/XrmAppointment.cs#L288)\" attribute added to converting MS Dynamics entity\n\n## v1.2\n- [GetSharedPrincipalsAndAccess](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Common/CommonHelper.cs#L524-L544) method added to CommonHelper.\n\n- [ReassignOwnership](hhttps://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Common/CommonHelper.cs#L559-L571) method added to CommonHelper.\n\n- [Add](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Sales/InvoiceProductHelper.cs#L45-L57) method added to InvoiceProductHelper to retrieve products from Opportunity.\n\n## v1.1\n- [GetMemberList](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Marketing/ListHelper.cs#L281-L310) method added to Marketing.ListHelper. This retrieves all members in marketing list (without regarding Static or Dynamic) and returns ListMemberResult class. \n- [BaseEntityHelper.Get(string fetchxml)](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Common/BaseEntityHelper.cs#L101-L107) mofied to use \"FetchExpression\".\n- [XrmLibrary.ExtensionMethods.2016](https://github.com/emregulcan/xrmlibrary.2016/tree/master/source/XrmLibrary.ExtensionMethods) assembly dependecy removed.\n\n## v1.0\n- First release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femregulcan%2Fxrmlibrary.2016","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femregulcan%2Fxrmlibrary.2016","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femregulcan%2Fxrmlibrary.2016/lists"}