https://github.com/soenneker/soenneker.dtos.idnamepair
A minimal Record type with an Id (string), Name (string), and maximum JSON compatibility
https://github.com/soenneker/soenneker.dtos.idnamepair
csharp data dotnet dto id name
Last synced: 4 months ago
JSON representation
A minimal Record type with an Id (string), Name (string), and maximum JSON compatibility
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.dtos.idnamepair
- Owner: soenneker
- License: mit
- Created: 2023-11-01T01:52:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T10:50:43.000Z (over 1 year ago)
- Last Synced: 2024-11-12T09:16:02.312Z (over 1 year ago)
- Topics: csharp, data, dotnet, dto, id, name
- Language: C#
- Homepage: https://soenneker.com
- Size: 382 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/Soenneker.Dtos.IdNamePair/)
[](https://github.com/soenneker/soenneker.dtos.idnamepair/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/Soenneker.Dtos.IdNamePair/)
[](https://github.com/soenneker/soenneker.dtos.idnamepair/actions/workflows/codeql.yml)
#  Soenneker.Dtos.IdNamePair
### A minimal Record type with an Id (string), Name (string), and maximum JSON compatibility
## Installation
```
dotnet add package Soenneker.Dtos.IdNamePair
```