An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![](https://img.shields.io/nuget/v/soenneker.attributes.validation.guid.nullable.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.attributes.validation.guid.nullable/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.attributes.validation.guid.nullable/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.attributes.validation.guid.nullable/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.attributes.validation.guid.nullable.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.attributes.validation.guid.nullable/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.attributes.validation.guid.nullable/codeql.yml?label=CodeQL&style=for-the-badge)](https://github.com/soenneker/soenneker.attributes.validation.guid.nullable/actions/workflows/codeql.yml)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) 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
```