Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soenneker/soenneker.dtos.streetaddress
A minimal record type for physical addresses, with international support and maximum serialization compatibility
https://github.com/soenneker/soenneker.dtos.streetaddress
address code csharp dotnet dto dtos object postal street streetaddress
Last synced: about 3 hours ago
JSON representation
A minimal record type for physical addresses, with international support and maximum serialization compatibility
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.dtos.streetaddress
- Owner: soenneker
- License: mit
- Created: 2024-06-29T14:39:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T19:12:45.000Z (3 months ago)
- Last Synced: 2024-10-23T12:19:54.038Z (3 months ago)
- Topics: address, code, csharp, dotnet, dto, dtos, object, postal, street, streetaddress
- Language: C#
- Homepage: https://soenneker.com
- Size: 150 KB
- 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.streetaddress.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.dtos.streetaddress/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.dtos.streetaddress/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.dtos.streetaddress/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.dtos.streetaddress.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.dtos.streetaddress/)# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Dtos.StreetAddress
### A minimal record type for physical addresses, with international support and maximum serialization compatibility## Installation
```
dotnet add package Soenneker.Dtos.StreetAddress
```