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

https://github.com/soenneker/soenneker.validationattributes.nullableguid

A validation attribute that ensures a nullable string is a valid, nullable GUID.
https://github.com/soenneker/soenneker.validationattributes.nullableguid

attribute csharp dotnet guid nullable nullableguid nullableguidvalidationattribute object validation validationattributes

Last synced: 5 months 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.validationattributes.nullableguid.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.validationattributes.nullableguid/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.validationattributes.nullableguid/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.validationattributes.nullableguid/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.validationattributes.nullableguid.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.validationattributes.nullableguid/)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.ValidationAttributes.NullableGuid
### A validation attribute that ensures a nullable string is a valid, nullable GUID.

## Installation

```
dotnet add package Soenneker.ValidationAttributes.NullableGuid
```