{"id":21097468,"url":"https://github.com/emerbrito/ilmerge-msbuild-task","last_synced_at":"2025-03-17T14:17:37.434Z","repository":{"id":45165897,"uuid":"67553581","full_name":"emerbrito/ILMerge-MSBuild-Task","owner":"emerbrito","description":"Adds ILMerge to Visual Studio 2013/2017 or automated builds. This Task is intended to work right out of the box however, it supports a configuration file where you can control every ILMerge property including the list of assemblies to be merged.","archived":false,"fork":false,"pushed_at":"2020-12-25T20:49:25.000Z","size":141,"stargazers_count":54,"open_issues_count":6,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-30T19:24:56.021Z","etag":null,"topics":["ilmerge","msbuild","visual-studio"],"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/emerbrito.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":"2016-09-06T23:11:20.000Z","updated_at":"2024-07-17T01:32:25.000Z","dependencies_parsed_at":"2022-08-27T10:12:46.737Z","dependency_job_id":null,"html_url":"https://github.com/emerbrito/ILMerge-MSBuild-Task","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emerbrito%2FILMerge-MSBuild-Task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emerbrito%2FILMerge-MSBuild-Task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emerbrito%2FILMerge-MSBuild-Task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emerbrito%2FILMerge-MSBuild-Task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emerbrito","download_url":"https://codeload.github.com/emerbrito/ILMerge-MSBuild-Task/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244047646,"owners_count":20389206,"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":["ilmerge","msbuild","visual-studio"],"created_at":"2024-11-19T22:48:22.294Z","updated_at":"2025-03-17T14:17:37.413Z","avatar_url":"https://github.com/emerbrito.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Configurable ILMerge Task for MSBuild\n=====================================\n\nAdds ILMerge to Visual Studio 2013/2017 or automated builds. This Task is intended to work right out of the box however, it supports a configuration file where you can control every ILMerge property including the list of assemblies to be merged.\n\nGetting Started\n---------------\n\nUse Nuget to add ILMerge.MSBuild.Task to your Visual Studio project:\n\n```\nInstall-Package ILMerge.MSBuild.Task\n```\n\nBuild your project. The merged assembly will be stored in an ILMerge folder under your project output.\nThe output directory is configurable.\n\n\u003cbr /\u003e\n\n![Project To Merge Output](Images/project_to_merge_output.png)\n\nEasy to Use and Configure\n--------------------------\n\nBy default all references with *Copy Local* equals *true* are merged to the project output, giving you an \"ILMerged\" assembly right out of the box.\nYou can change this behavior and a lot more through an optional configuration file.\nFor example, a static list of assemblies can be used instead of the dynamic dependency on the *Copy Local* property.\n\n```javascript\n{\n\t\"General\": {\n\t\t\"InputAssemblies\": [\n\t\t  \"XrmUtils.Plugins.Abstractions\", \n\t\t  \"XrmUtils.Plugins.Utilities\" \n\t\t]\n\t}\n}\n```\n\nProject Wiki\n------------\n\nSee the [Project Wiki](https://github.com/emerbrito/ILMerge-MSBuild-Task/wiki) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femerbrito%2Filmerge-msbuild-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femerbrito%2Filmerge-msbuild-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femerbrito%2Filmerge-msbuild-task/lists"}