Serialization and Deserialization of json/yaml AsyncAPI specifications into dotnet classes.
- Read Async API specification here
- Explore example projects.
- Add dependency to LEGO.AsyncAPI.Readers Nuget package in order to transform your Async API specs into AsyncApiDocument C# object.
- Download Nuget.exe
- Run nuget.exe sources Add -Name "LEGO GitHub Package Registry" -Source https://nuget.pkg.github.com/lego/index.json -username {your lego email} -password {your Github PAT with packages-read permission and SSO enabled}
- Add latest release version of package LEGO.AsyncAPI.Readers to your .Net project.
- Contribute following the contribution guide.
Do you want to contribute to the project? Find out how here.
AsyncAPI.Net is copyright LEGO Group.