https://github.com/openpotato/opencodelist.net
Official .NET client library for parsing and building OpenCodeList documents
https://github.com/openpotato/opencodelist.net
codelist codelisten codelistset csharp-library dotnet-core opencodelist
Last synced: 2 months ago
JSON representation
Official .NET client library for parsing and building OpenCodeList documents
- Host: GitHub
- URL: https://github.com/openpotato/opencodelist.net
- Owner: openpotato
- License: mit
- Created: 2025-01-25T13:53:30.000Z (4 months ago)
- Default Branch: develop
- Last Pushed: 2025-01-29T09:30:46.000Z (4 months ago)
- Last Synced: 2025-01-29T10:29:04.024Z (4 months ago)
- Topics: codelist, codelisten, codelistset, csharp-library, dotnet-core, opencodelist
- Language: C#
- Homepage: https://openpotato.github.io/opencodelist/en/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/opencodelist.net/)
# OpenCodeList\.NET
A [.NET](https://dotnet.microsoft.com/) library for parsing and building [OpenCodeList](https://openpotato.github.io/opencodelist/en/) documents.
+ Supports .NET 8 and .NET 9
+ Includes document class for code list documents
+ Includes document class for code list set documents
+ Includes synchron and asynchron methods## Installation
```
dotnet add package OpenCodeList.Net
```## Getting started
See [GitHub wiki](https://github.com/openpotato/opencodelist.net/wiki).
## Can I help?
Yes, that would be much appreciated. The best way to help is to post a response via the Issue Tracker and/or submit a Pull Request.