{"id":19733651,"url":"https://github.com/eoehen/arguard","last_synced_at":"2025-05-08T07:44:03.567Z","repository":{"id":40003761,"uuid":"308322013","full_name":"eoehen/arguard","owner":"eoehen","description":"Argument and parameter validator library.","archived":false,"fork":false,"pushed_at":"2025-05-03T09:38:06.000Z","size":2855,"stargazers_count":2,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-05-08T07:43:57.506Z","etag":null,"topics":["argument","argument-validation","hacktoberfest","nuget","nuget-package","parameter-validation","validation"],"latest_commit_sha":null,"homepage":"https://eoehen.github.io/arguard/","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/eoehen.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-29T12:31:24.000Z","updated_at":"2025-05-03T09:38:09.000Z","dependencies_parsed_at":"2023-02-09T15:01:37.210Z","dependency_job_id":"f29f6331-9efe-41cb-bd77-e1196f3c9972","html_url":"https://github.com/eoehen/arguard","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoehen%2Farguard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoehen%2Farguard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoehen%2Farguard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoehen%2Farguard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eoehen","download_url":"https://codeload.github.com/eoehen/arguard/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253025333,"owners_count":21842409,"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":["argument","argument-validation","hacktoberfest","nuget","nuget-package","parameter-validation","validation"],"created_at":"2024-11-12T00:32:40.118Z","updated_at":"2025-05-08T07:44:03.540Z","avatar_url":"https://github.com/eoehen.png","language":"C#","funding_links":[],"categories":["C\\#"],"sub_categories":[],"readme":"# oehen.arguard\n\n[![NuGet](https://img.shields.io/nuget/v/oehen.arguard.svg)](https://www.nuget.org/packages/oehen.arguard) [![NuGet Downloads](https://img.shields.io/nuget/dt/oehen.arguard.svg)](https://www.nuget.org/packages/oehen.arguard/)\n\n![oehen.arguard](https://raw.githubusercontent.com/eoehen/arguard/master/docs/logo/arguardlogo_1000x400.jpg)\n\noehen.arguard is a dotnet argument and parameter validator extension library.\n\n## Installation\n\nUse the nuget package manager to install oehen.arguard:\n\nPackage [oehen.arguard](https://www.nuget.org/packages/oehen.arguard) is publish to [nuget.org](https://www.nuget.org/).\n\n`dotnet add package oehen.arguard --version \u003cVERSION\u003e`\n\n## Documentation\n\nThe latest documentation can find at [https://eoehen.github.io/arguard/](https://eoehen.github.io/arguard/).\n\n## Information\n\n| | Stable | Pre-release |\n|:--:|:--:|:--:|\n|GitHub Release|[![GitHub prerelease](https://img.shields.io/github/v/release/eoehen/arguard?include_prereleases)](https://github.com/eoehen/arguard/releases/latest)|[![GitHub release](https://img.shields.io/github/v/release/eoehen/arguard)](https://github.com/eoehen/arguard/releases/latest)|\n|NuGet|[![NuGet](https://img.shields.io/nuget/v/oehen.arguard.svg)](https://www.nuget.org/packages/oehen.arguard)|[![NuGet](https://img.shields.io/nuget/vpre/oehen.arguard.svg)](https://www.nuget.org/packages/oehen.arguard)|\n\n## Build\n\n|Develop|Master|\n|:--:|:--:|\n|![develop](https://github.com/eoehen/arguard/workflows/CI-Build/badge.svg?branch=develop)|![master](https://github.com/eoehen/arguard/workflows/CI-Build/badge.svg?branch=master)|\n\nTo build this package we are using [Cake.Recipe](https://github.com/cake-contrib/Cake.Recipe).\n\nOn Windows PowerShell run:\n\n`.\\build.ps1`\n\n### New Release\n\n- Prepare [Milestone](https://github.com/eoehen/arguard/milestones) for releasing.\n- Create and switch to gitflow release branch.\n- Set `GITHUB_TOKEN` environment variable.\n\n\u003e `$Env:GITHUB_TOKEN=\"{token}\"`\n\n- Run `Cake.Recipe` for creating release notes.\n\n\u003e `.\\build.ps1 --target=releasenotes`\n\n- Check release notes.\n- Merge gitflow release branche to develop and master.\n- Finish the created [release](https://github.com/eoehen/arguard/releases) version on github.\n\n## Code Coverage \u0026 Quality\n\n## Codacy\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b09d240a2f6a4a398a582ff7295f4830)](https://www.codacy.com/gh/eoehen/arguard/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=eoehen/arguard\u0026amp;utm_campaign=Badge_Grade)\n[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/b09d240a2f6a4a398a582ff7295f4830)](https://www.codacy.com/gh/eoehen/arguard/dashboard?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=eoehen/arguard\u0026utm_campaign=Badge_Coverage)\n\n### CodeCov\n\n[![codecov](https://codecov.io/gh/eoehen/arguard/branch/develop/graph/badge.svg?token=9B8NT9L82D)](https://codecov.io/gh/eoehen/arguard)\n\u003cimg src=\"https://codecov.io/gh/eoehen/arguard/graphs/sunburst.svg?token=9B8NT9L82D\"\u003e\n\n## Contributing\n\nContributions are welcome. See [Contribution Guidelines](CONTRIBUTING.md).\n\n## License\n\n[![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/eoehen/arguard/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feoehen%2Farguard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feoehen%2Farguard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feoehen%2Farguard/lists"}