{"id":13628821,"url":"https://github.com/ignatandrei/rscg_iformattable","last_synced_at":"2026-03-07T17:32:34.455Z","repository":{"id":247986742,"uuid":"827428338","full_name":"ignatandrei/RSCG_IFormattable","owner":"ignatandrei","description":"Roslyn Code Generator for IFormattable","archived":false,"fork":false,"pushed_at":"2024-07-13T11:58:34.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-11T12:36:53.952Z","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/ignatandrei.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-07-11T16:16:02.000Z","updated_at":"2024-07-13T11:58:37.000Z","dependencies_parsed_at":"2024-08-01T22:51:52.600Z","dependency_job_id":null,"html_url":"https://github.com/ignatandrei/RSCG_IFormattable","commit_stats":null,"previous_names":["ignatandrei/rscg_iformattable"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ignatandrei/RSCG_IFormattable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FRSCG_IFormattable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FRSCG_IFormattable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FRSCG_IFormattable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FRSCG_IFormattable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ignatandrei","download_url":"https://codeload.github.com/ignatandrei/RSCG_IFormattable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FRSCG_IFormattable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30223344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T17:00:40.062Z","status":"ssl_error","status_checked_at":"2026-03-07T17:00:39.026Z","response_time":53,"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":"2024-08-01T22:00:57.962Z","updated_at":"2026-03-07T17:32:34.428Z","avatar_url":"https://github.com/ignatandrei.png","language":"C#","funding_links":[],"categories":["Content"],"sub_categories":["146. [RSCG_IFormattable](https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_IFormattable) , in the [Templating](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#templating) category"],"readme":"# RSCG_IFormattable\nRoslyn Code Generator for IFormattable\n\n## Usage\nAdd to your csproj file:\n```xml\n\u003cItemGroup\u003e\n  \u003cPackageReference Include=\"RSCG_IFormattable\" Version=\"2024.713.1446\" OutputItemType=\"Analyzer\" ReferenceOutputAssembly=\"false\" /\u003e\n  \u003cPackageReference Include=\"RSCG_IFormattableCommon\" Version=\"2024.713.1446\" /\u003e\n\u003c/ItemGroup\u003e\n```\n\nAdd to your source file:\n```csharp\n[RSCG_IFormattableCommon.AddIFormattable]\ninternal partial class Person\n{\n    public string? FirstName { get; set; }\n    public string? LastName { get; set; }\n}\n```\n\nAnd then the result is \n```csharp\nusing RSCG_IFormattableConsole;\n\nPerson person = new ();\nperson.FirstName = \"Andrei\";\nperson.LastName = \"Ignat\";\n\nConsole.WriteLine(person.ToString(\"The person name is {FirstName} {LastName}\",null));\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignatandrei%2Frscg_iformattable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignatandrei%2Frscg_iformattable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignatandrei%2Frscg_iformattable/lists"}