saunter icon indicating copy to clipboard operation
saunter copied to clipboard

Saunter is a code-first AsyncAPI documentation generator for dotnet.

Results 74 saunter issues
Sort by recently updated
recently updated
newest added

My org makes heavy use of Swagger and Swashbuckle. Each of our APIs publishes its own documentation via a /swagger endpoint. We've talked about gathering all of that documentation and...

Bumps [Microsoft.AspnetCore.Http](https://github.com/aspnet/AspNetCore) from 2.0.0 to 2.1.22. Release notes Sourced from Microsoft.AspnetCore.Http's releases. .NET Core 2.1.22 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.810 CLI...

dependencies
.NET

NJsonSchema, leans against draft 04, which for some properties, is not supported by AsyncAPI. AsyncAPI specifically leans against draft 07, which refers to the validation rfc 01 (https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-validation-01). For instance,...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

I was having recursion issues with the current release of Saunter, updating NJsonSchema and Namotion.Reflection fixed the issue.

I've been struggling to get `Saunter v0.3.1` to work in combination with: - [MQTTnet](https://github.com/chkr1011/MQTTnet) - v3.0.16 - [MQTTnet - AspNetCore - AttributeRouting](https://github.com/Atlas-LiftTech/MQTTnet.AspNetCore.AttributeRouting) - v3.0.16 (Forked, see [NuGet](https://www.nuget.org/packages/MQTTnet.AspNetCore.AttributeRouting.Forked/)) My project has...

🔃 integration

I've been trying to get Saunter to work in a `Microsoft.NET.Sdk.Worker` console application which doesn't use the `Microsoft.AspNetCore.App` framework. I can apply the annotations to my source classes, and extract...

💡 enhancement

I have a simple scenario where in the same application I have publishing and subscribing code. Both operations are targeting the same topic (channel). When trying to generate a document...

Hi @tehmantra How should I proceed if I would like to add specification extensions. Is there any way to do it in the current version of Saunter? https://www.asyncapi.com/docs/specifications/v2.3.0#specificationExtensions

💡 enhancement

Allow configuring tags with attributes for operations & messages