{"id":20879025,"url":"https://github.com/netfabric/netfabric","last_synced_at":"2026-05-15T18:08:38.327Z","repository":{"id":169675280,"uuid":"645656276","full_name":"NetFabric/NetFabric","owner":"NetFabric","description":"Defines .NET classes and structs common to other NetFabric projects","archived":false,"fork":false,"pushed_at":"2023-12-04T22:14:02.000Z","size":5617,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-13T23:35:01.424Z","etag":null,"topics":["csharp","dotnet"],"latest_commit_sha":null,"homepage":"https://netfabric.github.io/NetFabric/","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/NetFabric.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":"2023-05-26T06:26:56.000Z","updated_at":"2023-06-04T22:11:02.000Z","dependencies_parsed_at":"2023-06-09T09:45:10.900Z","dependency_job_id":"b1726e2e-6ff0-4c1a-9949-a07b87d9cf7a","html_url":"https://github.com/NetFabric/NetFabric","commit_stats":null,"previous_names":["netfabric/netfabric"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/NetFabric/NetFabric","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetFabric%2FNetFabric","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetFabric%2FNetFabric/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetFabric%2FNetFabric/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetFabric%2FNetFabric/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NetFabric","download_url":"https://codeload.github.com/NetFabric/NetFabric/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetFabric%2FNetFabric/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017234,"owners_count":26086015,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["csharp","dotnet"],"created_at":"2024-11-18T07:14:57.833Z","updated_at":"2025-10-13T23:35:01.981Z","avatar_url":"https://github.com/NetFabric.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NetFabric\n\nDefines classes and structs common to other NetFabric projects.\n\n## Throw\n\nDefines a set of static methods to throw exceptions.\n\nMethods that throw exceptions cannot be inlined by the JIT compiler. Only if thrown within a called method.\nUsing the methods in this class allows exceptions to be thrown and still let the method be a candidate to be inlined.\n\n```csharp\n[MethodImpl(MethodImplOptions.AggressiveInlining)]\npublic static ReadOnlyListWrapper\u003cT\u003e AsReadOnlyList\u003cT\u003e(T[] source)\n    =\u003e source switch\n    {\n        null =\u003e Throw.ArgumentNullException\u003cReadOnlyListWrapper\u003cT\u003e\u003e(nameof(source)),\n        _ =\u003e new ReadOnlyListWrapper\u003cT\u003e(source)\n    };\n```\n\n## Credits\n\nThe following open-source projects are used to build and test this project:\n\n- [.NET](https://github.com/dotnet)\n- [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet)\n- [coverlet](https://github.com/coverlet-coverage/coverlet)\n- [NetFabric.Assertive](https://github.com/NetFabric/NetFabric.Assertive)\n- [NetFabric.Hyperlinq.Analyzer](https://github.com/NetFabric/NetFabric.Hyperlinq.Analyzer)\n- [xUnit](https://github.com/xunit/xunit)\n\n## License\n\nThis project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetfabric%2Fnetfabric","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetfabric%2Fnetfabric","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetfabric%2Fnetfabric/lists"}