asyncapi / saunter

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

Choose which classes should be included in the YML definition #160

Open Krusty93 opened 1 year ago

Krusty93 commented 1 year ago

It would be possible to choose which classes should be included in the YML/Json generated file via a selector rather than attributes?

Applying the SDK's custom attributes on existing code makes really difficult the adoption of this framework. It would help to keep your code base agnostics from any external framework.