A .NET library for parsing, validating, building and writing OpenCodeList documents.
- Supports
.NET 10. - Supports OpenCodeList version
0.4.x. - Includes document classes for code list and code list set documents.
- Supports full documents as well as meta documents.
- Supports synchronous and asynchronous loading and saving.
- Parsing and serialization based on
System.Text.Json. - Semantic validation implemented with FluentValidation.
dotnet add package OpenCodeList.Net
Documentation is available in the GitHub wiki.
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.