{"id":16713190,"url":"https://github.com/picrap/blobber","last_synced_at":"2025-04-10T06:07:45.442Z","repository":{"id":90836145,"uuid":"53210765","full_name":"picrap/Blobber","owner":"picrap","description":"Merge or embed .NET assemblies","archived":false,"fork":false,"pushed_at":"2019-02-05T07:15:22.000Z","size":2710,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T06:07:38.532Z","etag":null,"topics":["assemblies","embed","merge","nuget"],"latest_commit_sha":null,"homepage":null,"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/picrap.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":"2016-03-05T16:24:27.000Z","updated_at":"2023-08-18T09:39:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"97fc3658-d650-4d45-ae63-18c4c1fe7003","html_url":"https://github.com/picrap/Blobber","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/picrap%2FBlobber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FBlobber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FBlobber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FBlobber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picrap","download_url":"https://codeload.github.com/picrap/Blobber/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166925,"owners_count":21058481,"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":["assemblies","embed","merge","nuget"],"created_at":"2024-10-12T20:45:48.907Z","updated_at":"2025-04-10T06:07:45.416Z","avatar_url":"https://github.com/picrap.png","language":"C#","readme":"# Blobber\nMerge or embed .NET assemblies\n\n## How to use it\n\nInstall the [NuGet package](https://www.nuget.org/packages/Blobber/) in the target project.\nBy default, referenced private assemblies (the ones with 'copy local' set) will be embedded and loaded when trying to be resolved.\n\n## Tuning with the `Blobber` file\n\nHowever, the Blobber does much more.  \nIt can also **merge** instead of embedding.  \nAlso, assemblies referenced as not private ('copy local' not set) can be processed.\n\nIn order to make fine tuning, simply add a file named `Blobber` at the projet root (it can be of any type, so the `none` is recommended).\nThe syntax is:  \n`[(\u003cConfiguration\u003e)][\u003cscope\u003e]\u003cname\u003e:\u003caction\u003e`  \nWhere:  \n  - `\u003cconfiguration\u003e` is the build configuration. If this is specified, then the directive only applies in the given configuration.\n  - `\u003cscope\u003e` can be `+`, `-` or left empty (in which case it is equivalent to `-`). `-` addresses private assemblies (the 'copy local') and `+` specifies public assemblies (I am honestly not sure this feature is useful)\n  - `\u003cname\u003e` is the name of the assembly to match. Wildcards are supported, so `SQLite` or `Microsoft.*` will work as expected\n  - `\u003caction\u003e` is `none`, `merge` or `embed`.\n\nNote: all lines are always processed, so you need to start from less specific to most specific.\n\nSo if no `Blobber` file is found in project it will behave as if this line was specified:  \n`*: embed`  \n(even if a `Blobber` file is used, the line above is always used before any other line).\n\nThere is a sample [here](https://github.com/picrap/Blobber/blob/master/Test/TestApplication/Blobber)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicrap%2Fblobber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicrap%2Fblobber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicrap%2Fblobber/lists"}