https://github.com/ukho/ukho.adds.infrastructure
https://github.com/ukho/ukho.adds.infrastructure
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ukho/ukho.adds.infrastructure
- Owner: UKHO
- License: mit
- Created: 2025-02-20T11:15:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T07:48:26.000Z (over 1 year ago)
- Last Synced: 2025-08-05T13:12:03.857Z (12 months ago)
- Language: C#
- Size: 94.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# ADDS Infrastructure Projects
This repository contains projects that create a number of NuGet packages that address fundamental or common code infrastructure needs in ADDS.
## UKHO.ADDS.Infrastructure.Pipelines
This NuGet package is an easy .Net pipeline solution that contains composable nodes for constructing simple and complex pipelines.
For further details, see the [Wiki](https://github.com/UKHO/UKHO.ADDS.Infrastructure/wiki/Pipelines)
## UKHO.ADDS.Infrastructure.Results
This NuGet package provides a simple, flexible, and high performance
implementation of the Result Pattern.
For further details, see the
[Wiki](https://github.com/UKHO/UKHO.ADDS.Infrastructure/wiki/Results)
## UKHO.ADDS.Infrastructure.Serialization
This NuGet package provides common best-practice approaches for working with serialization.
For further details, see the
[Wiki](https://github.com/UKHO/UKHO.ADDS.Infrastructure/wiki/Serialization)