asyncapi / saunter

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

Fix duplicate operation when multiple types of the same assembly are used in AssemblyMarkerTypes #164

Closed Filipedguy closed 1 year ago

Filipedguy commented 1 year ago

Fixes: #163

Filipedguy commented 1 year ago

@tehmantra Can you review this? We needed a workaround in our org to achieve this.

m-wild commented 1 year ago

Looks good. I will merge this and release a new version tomorrow.

m-wild commented 1 year ago

This is live in v0.12.0

Filipedguy commented 1 year ago

Thank you