asyncapi / saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.
https://www.asyncapi.com/
MIT License
199 stars 56 forks source link

#197 Produce AsyncAPI documents at build time (AsyncAPI.Saunter.Generator.Build) #219

Open smoerijf opened 2 months ago

smoerijf commented 2 months ago

Ready for review, but depends on PR #217

Nuget package to generate AsyncAPI specs at build time, by injecting .targets file via the nuget package. In the injected post-build target the startup assembly is used to extract the AsyncAPI spec and those files are written to files.

Closes:

197