{"id":23170965,"url":"https://github.com/ignatandrei/namegenerator","last_synced_at":"2026-01-25T11:32:46.266Z","repository":{"id":254866283,"uuid":"847844437","full_name":"ignatandrei/NameGenerator","owner":"ignatandrei","description":"Generator of names for an assembly /  product release . Generates names  for {adjective}-{name} or {adjective-name-city} ","archived":false,"fork":false,"pushed_at":"2026-01-21T16:58:31.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-22T19:26:25.548Z","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-08-26T16:49:49.000Z","updated_at":"2026-01-21T16:58:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"a12fade1-b610-4816-9ec8-33b70c1f61b8","html_url":"https://github.com/ignatandrei/NameGenerator","commit_stats":null,"previous_names":["ignatandrei/namegenerator"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ignatandrei/NameGenerator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FNameGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FNameGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FNameGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FNameGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ignatandrei","download_url":"https://codeload.github.com/ignatandrei/NameGenerator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FNameGenerator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28752668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T10:25:12.305Z","status":"ssl_error","status_checked_at":"2026-01-25T10:25:11.933Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-12-18T04:15:44.567Z","updated_at":"2026-01-25T11:32:46.248Z","avatar_url":"https://github.com/ignatandrei.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NameGenerator\n\nGenerator of names for an assembly /  product release . Generates names  for {adjective}-{name} or {adjective-name-city} \n\nThe fact that is a Roslyn Code Generator ensures that you can use it in your projects without any additional dependencies - and get rid of him !\n\n## Usage\n\nAdd to the .csproj file:\n\n```xml\n  \u003cItemGroup\u003e\n\t  \u003cPackageReference Include=\"RSCG_NameGenerator\" Version=\"2024.26.8.2002\" \u003e\n\t\t  \u003cOutputItemType\u003eAnalyzer\u003c/OutputItemType\u003e\n\t\t  \u003cReferenceOutputAssembly\u003efalse\u003c/ReferenceOutputAssembly\u003e\n\t  \u003c/PackageReference\u003e\n  \u003c/ItemGroup\u003e\n  \u003c!-- optional --\u003e\n  \u003cPropertyGroup\u003e\n\t\u003cEmitCompilerGeneratedFiles\u003etrue\u003c/EmitCompilerGeneratedFiles\u003e\n\t\u003cCompilerGeneratedFilesOutputPath\u003e$(BaseIntermediateOutputPath)\\GX\u003c/CompilerGeneratedFilesOutputPath\u003e\n\u003c/PropertyGroup\u003e\n```\n\nThen, in the code, you can use the following code:\n\n```csharp\nusing Generated.TestNameGenerator;\n//by just putting here\n//you will not deploy the dll when you deploy the project\n//name are generated in the code source\nConsole.WriteLine($\"Name:{TheAssemblyInfo.GeneratedName}\");\nConsole.WriteLine($\"Nice:{TheAssemblyInfo.GeneratedNameNice}\");\nConsole.WriteLine($\"Small:{TheAssemblyInfo.GeneratedNameSmall}\");\n```\n\n\n## More examples\n\nPlease see https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG for a list of examples of Roslyn Source Code Generators\n\nEnjoy!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignatandrei%2Fnamegenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignatandrei%2Fnamegenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignatandrei%2Fnamegenerator/lists"}