{"id":21982083,"url":"https://github.com/ubiquitydotnet/argument.validators","last_synced_at":"2025-04-30T05:20:30.751Z","repository":{"id":45894067,"uuid":"103861756","full_name":"UbiquityDotNET/Argument.Validators","owner":"UbiquityDotNET","description":"Common annotation and argument validation support","archived":false,"fork":false,"pushed_at":"2021-11-30T00:54:56.000Z","size":728,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-05-28T08:20:00.931Z","etag":null,"topics":["dotnet","validation-library"],"latest_commit_sha":null,"homepage":"https://ubiquitydotnet.github.io/Argument.Validators/","language":"PowerShell","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/UbiquityDotNET.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}},"created_at":"2017-09-17T21:04:07.000Z","updated_at":"2021-11-29T07:08:57.000Z","dependencies_parsed_at":"2022-09-05T18:21:19.005Z","dependency_job_id":null,"html_url":"https://github.com/UbiquityDotNET/Argument.Validators","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UbiquityDotNET%2FArgument.Validators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UbiquityDotNET%2FArgument.Validators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UbiquityDotNET%2FArgument.Validators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UbiquityDotNET%2FArgument.Validators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UbiquityDotNET","download_url":"https://codeload.github.com/UbiquityDotNET/Argument.Validators/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251645663,"owners_count":21620789,"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":["dotnet","validation-library"],"created_at":"2024-11-29T17:21:48.016Z","updated_at":"2025-04-30T05:20:30.730Z","avatar_url":"https://github.com/UbiquityDotNET.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Argument.Validators\nCommon annotation and argument validation support\n\n\u003eNOTE\n\u003e v7.00 changed the name and namespace for these validators to conform\n\u003e to common standards for the Ubiquity.NET organization.\n\n\n### Nuget\n![Nuget](https://img.shields.io/nuget/dt/Ubiquity..NET.ArgValidators.svg)\n\n## Build Status\n[![CI-Build](https://github.com/UbiquityDotNET/Argument.Validators/actions/workflows/pr-build.yml/badge.svg)](https://github.com/UbiquityDotNET/Argument.Validators/actions/workflows/pr-build.yml)\n[![Release-Build](https://github.com/UbiquityDotNET/Argument.Validators/actions/workflows/release-build.yml/badge.svg)](https://github.com/UbiquityDotNET/Argument.Validators/actions/workflows/release-build.yml)\n\n\n## Examples\n\n```C#\nusing namespace Ubiquity.NET.ArgValidators\n//...\npublic static object Load( string path, object foo, int bar )\n{\n    path.ValidateNotNullOrWhiteSpace( nameof( path ) );\n    foo.ValidateNotNull( nameof( foo ) );\n    bar.ValidateRange( 3, 5, nameof( bar ) );\n\n    //...\n}\n```\n\n[Complete documentation](https://ubiquitydotnet.github.io/Argument.Validators/) on all validators is available online\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubiquitydotnet%2Fargument.validators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubiquitydotnet%2Fargument.validators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubiquitydotnet%2Fargument.validators/lists"}