{"id":23693237,"url":"https://github.com/stillpoint-software/hyperbee.resources","last_synced_at":"2025-09-02T20:33:52.453Z","repository":{"id":232827839,"uuid":"785280642","full_name":"Stillpoint-Software/hyperbee.resources","owner":"Stillpoint-Software","description":"Provides a dependency injection pattern for embedded resources.","archived":false,"fork":false,"pushed_at":"2024-12-09T05:08:15.000Z","size":611,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-16T16:50:35.408Z","etag":null,"topics":["csharp","dependency-injection","dotnet","embedded","resources"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stillpoint-Software.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":"2024-04-11T15:10:08.000Z","updated_at":"2024-11-25T20:56:11.000Z","dependencies_parsed_at":"2024-04-11T17:57:49.519Z","dependency_job_id":"5dbde5b3-e76a-46a7-8e4c-334b71201670","html_url":"https://github.com/Stillpoint-Software/hyperbee.resources","commit_stats":null,"previous_names":["stillpoint-software/hyperbee.resources"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stillpoint-Software%2Fhyperbee.resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stillpoint-Software%2Fhyperbee.resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stillpoint-Software%2Fhyperbee.resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stillpoint-Software%2Fhyperbee.resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stillpoint-Software","download_url":"https://codeload.github.com/Stillpoint-Software/hyperbee.resources/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231810738,"owners_count":18430003,"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":["csharp","dependency-injection","dotnet","embedded","resources"],"created_at":"2024-12-30T03:50:41.752Z","updated_at":"2025-09-02T20:33:52.436Z","avatar_url":"https://github.com/Stillpoint-Software.png","language":"C#","readme":"# Hyperbee.Resources\n\n## Usage\n\nImplement IResourceLocator and set the implementation's namespace to your resource location.\n\nInject IResourceProvider\u003cImplementation\u003e to use.\n\n\n**For example:**\n\n\n*this gives the path to the resources*\n\n `public class MyResourceLocator : IResourceLocator\n {\n     public string Namespace =\u003e typeof(MyResourceLocator).Namespace; \n }`\n\n *register the provider*\n\n* `services.AddTransient\u003cIResourceProvider\u003cMyResourceLocator\u003e\u003e();`\n* `var locator = services.GetService\u003cIResourceProvider\u003cMyResourceLocator\u003e\u003e();`\n* `var resource = ResourceHelper.GetResource( locator, \"resourceName\" ); `\n\n\n\n# Build Requirements\n\n* To build and run this project, **.NET 9 SDK** is required.\n* Ensure your development tools are compatible with .NET 8 or higher.\n\n## Building the Project\n\n* With .NET 9 SDK installed, you can build the project using the standard `dotnet build` command.\n\n## Running Tests\n\n* Run tests using the `dotnet test` command as usual.\n\n\n# Status\n\n| Branch     | Action                                                                                                                                                                                                                      |\n|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `develop`  | [![Build status](https://github.com/Stillpoint-Software/hyperbee.resources/actions/workflows/publish.yml/badge.svg?branch=develop)](https://github.com/Stillpoint-Software/hyperbee.resources/actions/workflows/pack_publish.yml)  |\n| `main`     | [![Build status](https://github.com/Stillpoint-Software/hyperbee.resources/actions/workflows/publish.yml/badge.svg)](https://github.com/Stillpoint-Software/hyperbee.resources/actions/workflows/pack_publish.yml)                 |\n\n\n# Benchmarks\n See [Benchmarks](https://github.com/Stillpoint-Software/Hyperbee.Resources/test/Hyperbee.Resources.Benchmark/benchmark/results/Hyperbee.Resources.Benchmark.ResourcesBenchmark-report-github.md)\n \n\n# Help\n\nSee [Todo](https://github.com/Stillpoint-Software/hyperbee.resources/blob/main/docs/todo.md)\n\n[![Hyperbee.Resources](https://github.com/Stillpoint-Software/Hyperbee.Resources/blob/main/assets/hyperbee.svg?raw=true)](https://github.com/Stillpoint-Software/Hyperbee.Resources)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstillpoint-software%2Fhyperbee.resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstillpoint-software%2Fhyperbee.resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstillpoint-software%2Fhyperbee.resources/lists"}