{"id":27876283,"url":"https://github.com/fiseni/fuser","last_synced_at":"2026-04-30T14:33:52.850Z","repository":{"id":290391720,"uuid":"974283952","full_name":"fiseni/Fuser","owner":"fiseni","description":"MSBuild task that merges referenced assemblies directly into your project output at build time.","archived":false,"fork":false,"pushed_at":"2025-04-28T15:14:03.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T16:25:35.762Z","etag":null,"topics":["assembly","merge","msbuild"],"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/fiseni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2025-04-28T14:34:04.000Z","updated_at":"2025-04-28T15:15:12.000Z","dependencies_parsed_at":"2025-04-28T16:37:41.208Z","dependency_job_id":null,"html_url":"https://github.com/fiseni/Fuser","commit_stats":null,"previous_names":["fiseni/fuser"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiseni%2FFuser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiseni%2FFuser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiseni%2FFuser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiseni%2FFuser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fiseni","download_url":"https://codeload.github.com/fiseni/Fuser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252429949,"owners_count":21746570,"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":["assembly","merge","msbuild"],"created_at":"2025-05-05T02:45:50.045Z","updated_at":"2026-04-30T14:33:52.844Z","avatar_url":"https://github.com/fiseni.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"left\" src=\"logo.png\" width=\"120\" height=\"120\"\u003e\n\n\u0026nbsp; [![NuGet](https://img.shields.io/nuget/v/Fuser.svg)](https://www.nuget.org/packages/Fuser)\n\n\u0026nbsp; [![CI Build](https://github.com/fiseni/Fuser/actions/workflows/ci.yml/badge.svg)](https://github.com/fiseni/Fuser/actions/workflows/ci.yml)\n\n\u0026nbsp; \n# Fuser\n\n**Fuser** is an MSBuild task that merges selected referenced assemblies into your project's output assembly at build time.\n\n## Why?\n\nThe main motivation is to avoid dependency conflicts and version mismatches in shared hosting and plugin environments. \n\nThe project is still in its infancy, I haven't clearly defined the objectives yet. Tell me about your specific scenarios and the pain points you're facing.\n\n### Initial idea\n\nMark any package you want to be merged into your output as follows.\n\n```xml\n\u003cItemGroup\u003e\n  \u003cProjectReference Include=\"..\\Lib1\\Lib1.csproj\"\u003e\n    \u003cMerge\u003etrue\u003c/Merge\u003e\n  \u003c/ProjectReference\u003e\n\n  \u003cReference Include=\"Lib2\"\u003e\n    \u003cHintPath\u003eLib2.dll\u003c/HintPath\u003e\n    \u003cMerge\u003etrue\u003c/Merge\u003e\n  \u003c/Reference\u003e\n\n  \u003cPackageReference Include=\"Fuser\" Version=\"0.0.1-alpha3\" PrivateAssets=\"All\" /\u003e\n\u003c/ItemGroup\u003e\n```\n\n✅ No need to manually merge or pack.  \n✅ Works during normal `dotnet build` and `dotnet test`.  \n✅ Simple configuration with a `\u003cMerge\u003etrue\u003c/Merge\u003e` property on any `Reference`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiseni%2Ffuser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiseni%2Ffuser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiseni%2Ffuser/lists"}