{"id":30252166,"url":"https://github.com/ipjohnson/csharpauthor","last_synced_at":"2026-02-24T01:11:37.554Z","repository":{"id":39599449,"uuid":"458971461","full_name":"ipjohnson/CSharpAuthor","owner":"ipjohnson","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-27T11:22:57.000Z","size":241,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-08T04:20:44.726Z","etag":null,"topics":[],"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/ipjohnson.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,"zenodo":null}},"created_at":"2022-02-14T00:50:11.000Z","updated_at":"2025-04-27T11:23:00.000Z","dependencies_parsed_at":"2025-08-15T11:22:46.866Z","dependency_job_id":"501289a4-a113-460c-9f49-4aa1d8946e9a","html_url":"https://github.com/ipjohnson/CSharpAuthor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ipjohnson/CSharpAuthor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipjohnson%2FCSharpAuthor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipjohnson%2FCSharpAuthor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipjohnson%2FCSharpAuthor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipjohnson%2FCSharpAuthor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipjohnson","download_url":"https://codeload.github.com/ipjohnson/CSharpAuthor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipjohnson%2FCSharpAuthor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29765745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T21:02:23.375Z","status":"ssl_error","status_checked_at":"2026-02-23T20:58:31.539Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-08-15T11:15:38.744Z","updated_at":"2026-02-24T01:11:37.539Z","avatar_url":"https://github.com/ipjohnson.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSharpAuthor\n\nThis is a simple library for programmatically generating CSharp code. The main use case is for C# source generators. \n\n```\n var file = new CSharpFileDefinition(\"TestNamespace\");\n\n  var classDefinition = file.AddClass(\"TestClass\");\n\n var method = classDefinition.AddMethod(\"SomeMethod\");\n\n classDefinition.AddUsingNamespace(\"SomeNamespace\");\n            \n var outputContext = new OutputContext();\n\n file.WriteOutput(outputContext);\n\n var outputString = outputContext.Output();\n            \nGenerates\n\n using SomeNamespace;\n\nnamespace TestNamespace\n{\n    public class TestClass\n    {\n\n        public void SomeMethod()\n        {\n        }\n    }\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipjohnson%2Fcsharpauthor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipjohnson%2Fcsharpauthor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipjohnson%2Fcsharpauthor/lists"}