{"id":17466816,"url":"https://github.com/antelcat/flatbuffers","last_synced_at":"2026-03-02T05:31:16.652Z","repository":{"id":257828303,"uuid":"873457560","full_name":"Antelcat/FlatBuffers","owner":"Antelcat","description":"Auto-generate csharp codes from .fbs files","archived":false,"fork":false,"pushed_at":"2025-04-06T05:44:23.000Z","size":15523,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-19T08:52:41.112Z","etag":null,"topics":["autogen","code-generation","csharp","csharp-code","flatbuffer","flatbuffers","roslyn"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Antelcat.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-10-16T07:49:20.000Z","updated_at":"2025-04-06T05:43:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ea054cc-4b16-48fa-be3a-c6fa4a146a33","html_url":"https://github.com/Antelcat/FlatBuffers","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"99bee33ad32a8dcf153d6a3beb5ab8bf30fae9f4"},"previous_names":["antelcat/flatbuffers"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Antelcat/FlatBuffers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antelcat%2FFlatBuffers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antelcat%2FFlatBuffers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antelcat%2FFlatBuffers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antelcat%2FFlatBuffers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Antelcat","download_url":"https://codeload.github.com/Antelcat/FlatBuffers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antelcat%2FFlatBuffers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266405405,"owners_count":23923536,"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-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["autogen","code-generation","csharp","csharp-code","flatbuffer","flatbuffers","roslyn"],"created_at":"2024-10-18T14:06:41.627Z","updated_at":"2026-03-02T05:31:16.618Z","avatar_url":"https://github.com/Antelcat.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Antelcat.FlatBuffers\n \nAuto generate class from `.fbs` files\n\n## Flatc download (Optional)\n\n[Flatc binary](https://github.com/google/flatbuffers/releases)\n\n## Usage\n\nin `YourProject.csproj`\n\n```xml\n\u003cProject Sdk=\"Microsoft.NET.Sdk\"\u003e\n    \n    \u003cItemGroup\u003e\n        \u003c!--add package--\u003e\n        \u003cPackageReference Include=\"Antelcat.FlatBuffers\" Version=\"*.*.*\" /\u003e\n        \n        \u003c!--add .fbs files--\u003e\n        \u003cAdditionalFiles Include=\"{path}/{to}/{your}/{fbs}.fbs\"/\u003e\n    \u003c/ItemGroup\u003e\n\n\u003c/Project\u003e\n```\n\nadd `.fbs` files in to tag `AdditionalFiles`\n\nthen it will automated generate `.cs` files.\n\n## Arguments\nspecified string will be appended to arguments to flatc\n\n```csharp\n[assembly:Antelcat.FlatBuffers.FlatcArguments(\"--cs-global-alias\")]\n```\n\n## Owns flatc?\nif you already have flatc in your device.\n\n```csharp\n[assembly:Antelcat.FlatBuffers.FlatcLocation(\"{path}/{to}/{your}/{flatc}\")]\n```\n\nto use your local version of flatc","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantelcat%2Fflatbuffers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantelcat%2Fflatbuffers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantelcat%2Fflatbuffers/lists"}