{"id":29095708,"url":"https://github.com/rsm-hcd/AndcultureCode.CSharp.FactoryGirl","last_synced_at":"2025-06-28T11:06:53.476Z","repository":{"id":35075092,"uuid":"203805361","full_name":"rsm-hcd/AndcultureCode.CSharp.FactoryGirl","owner":"rsm-hcd","description":"Port of FactoryGirl for .NET Core C#","archived":false,"fork":false,"pushed_at":"2022-04-29T15:59:15.000Z","size":125,"stargazers_count":0,"open_issues_count":4,"forks_count":4,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-06-20T13:52:15.582Z","etag":null,"topics":["csharp","dotnet-core","dotnet-standard","factory-girl","hacktoberfest","testing"],"latest_commit_sha":null,"homepage":"","language":null,"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/rsm-hcd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-22T13:52:34.000Z","updated_at":"2021-10-01T11:42:08.000Z","dependencies_parsed_at":"2022-08-08T04:16:20.033Z","dependency_job_id":null,"html_url":"https://github.com/rsm-hcd/AndcultureCode.CSharp.FactoryGirl","commit_stats":null,"previous_names":["rsm-hcd/andculturecode.csharp.factorygirl","andculturecode/andculturecode.csharp.factorygirl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rsm-hcd/AndcultureCode.CSharp.FactoryGirl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2FAndcultureCode.CSharp.FactoryGirl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2FAndcultureCode.CSharp.FactoryGirl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2FAndcultureCode.CSharp.FactoryGirl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2FAndcultureCode.CSharp.FactoryGirl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsm-hcd","download_url":"https://codeload.github.com/rsm-hcd/AndcultureCode.CSharp.FactoryGirl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2FAndcultureCode.CSharp.FactoryGirl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262419809,"owners_count":23308100,"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","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-core","dotnet-standard","factory-girl","hacktoberfest","testing"],"created_at":"2025-06-28T11:06:52.614Z","updated_at":"2025-06-28T11:06:53.458Z","avatar_url":"https://github.com/rsm-hcd.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AndcultureCode.CSharp.FactoryGirl\n\n![build status](https://github.com/AndcultureCode/AndcultureCode.CSharp.FactoryGirl/actions/workflows/build.yaml/badge.svg)\n[![codecov](https://codecov.io/gh/AndcultureCode/AndcultureCode.CSharp.FactoryGirl/branch/main/graph/badge.svg)](https://codecov.io/gh/AndcultureCode/AndcultureCode.CSharp.FactoryGirl)\n\nPort of FactoryGirl for .NET Core C#\n\n## Getting Started\nThis package is installed via NuGet\n```\ndotnet add [\u003cPROJECT\u003e] package AndcultureCode.CSharp.FactoryGirl\n```\n\nAfter installation, simply import the extensions namespace to gain access\nto all of the available extension methods\n```csharp\nusing System;\nusing System.Collection.Generic;\nusing AndcultureCode.CSharp.FactoryGirl;\n\npublic class Program\n{\n    public static int Main(string[] args)\n    {\n        new List\u003cstring\u003e().IsEmpty(); // returns true\n    }\n}\n```\n\n## Development Setup\n\n* Install Dotnet Core 2.x\n* Install the `and-cli` tooling found at [AndcultureCode.Cli](https://github.com/AndcultureCode/AndcultureCode.Cli)\n\nBelow are a few basics to get you started, but there are many more commands and options for managing this and other projects found in the `and-cli`.\n\n### Building project\n* Run the build command\n    ```\n    and-cli dotnet --build\n    ```\n\n### Running tests along with code coverage\n* Run the test command\n    ```\n    and-cli dotnet-test\n    ```\n* Open the `coverage/index.htm` file in your browser\n\n### Publishing a new version\n* Run the publish command with the next version number ([See semver package versioning](https://docs.microsoft.com/en-us/nuget/concepts/package-versioning))\n    ```\n    and-cli nuget --publish \u003cversion\u003e\n    ```\n\nContributing\n======\n\nInformation on contributing to this repo is in the [Contributing Guide](CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsm-hcd%2FAndcultureCode.CSharp.FactoryGirl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsm-hcd%2FAndcultureCode.CSharp.FactoryGirl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsm-hcd%2FAndcultureCode.CSharp.FactoryGirl/lists"}