Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soenneker/soenneker.dtos.idnamevalue
A minimal Record type with an Id (string), Name (string), Value (string) and maximum JSON compatibility
https://github.com/soenneker/soenneker.dtos.idnamevalue
csharp dotnet dto dtos id idnamevalue name object value
Last synced: 2 months ago
JSON representation
A minimal Record type with an Id (string), Name (string), Value (string) and maximum JSON compatibility
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.dtos.idnamevalue
- Owner: soenneker
- License: mit
- Created: 2024-11-07T01:42:53.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T01:50:36.000Z (2 months ago)
- Last Synced: 2024-11-07T02:06:06.587Z (2 months ago)
- Topics: csharp, dotnet, dto, dtos, id, idnamevalue, name, object, value
- Language: C#
- Homepage: https://soenneker.com
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://img.shields.io/nuget/v/soenneker.dtos.idnamevalue.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.dtos.idnamevalue/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.dtos.idnamevalue/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.dtos.idnamevalue/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.dtos.idnamevalue.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.dtos.idnamevalue/)# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Dtos.IdNameValue
### A minimal Record type with an Id (string), Name (string), Value (string) and maximum JSON compatibility## Installation
```
dotnet add package Soenneker.Dtos.IdNameValue
```