asyncapi / saunter

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

Produce AsyncAPI documents at build time #197

Open thompson-tomo opened 2 months ago

thompson-tomo commented 2 months ago

Why do we need this improvement?

we should offer a dotnet tool distributed via Nuget which we call AsyncAPI.Saunter.Generation.Build as this tool enable documentation to be generated at build time.

How will this change help?

Allow for generation of documentation for worker services etc

How could it be implemented/designed?

🚧 Breaking changes

No

Additional info

N/a

yurvon-screamo commented 2 months ago

Check #187

thompson-tomo commented 2 months ago

@yurvon-screamo Not sure if #187 covers it given this task explicitly talks about csproj properties as a source of information and it is automatically occurs by msbuild as part of the build process.

As such please re-open