https://github.com/soenneker/soenneker.attributes.validation.guid.nullable
A validation attribute that ensures a nullable string is a valid, nullable GUID.
https://github.com/soenneker/soenneker.attributes.validation.guid.nullable
attribute attributes csharp dotnet guid nullable nullableguidvalidationattribute object validation
Last synced: 16 days ago
JSON representation
A validation attribute that ensures a nullable string is a valid, nullable GUID.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.attributes.validation.guid.nullable
- Owner: soenneker
- License: mit
- Created: 2025-03-26T14:09:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-07T10:42:36.000Z (22 days ago)
- Last Synced: 2026-03-07T12:47:12.089Z (22 days ago)
- Topics: attribute, attributes, csharp, dotnet, guid, nullable, nullableguidvalidationattribute, object, validation
- Language: C#
- Homepage: https://soenneker.com
- Size: 377 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.attributes.validation.guid.nullable/)
[](https://github.com/soenneker/soenneker.attributes.validation.guid.nullable/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.attributes.validation.guid.nullable/)
[](https://github.com/soenneker/soenneker.attributes.validation.guid.nullable/actions/workflows/codeql.yml)
#  Soenneker.Attributes.Validation.Guid.Nullable
### A validation attribute that ensures a nullable string is a valid, nullable GUID.
## Installation
```
dotnet add package Soenneker.Attributes.Validation.Guid.Nullable
```