asyncapi / saunter

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

Saunter fork ready #181

Closed yurvon-screamo closed 4 months ago

yurvon-screamo commented 6 months ago

Hello, i`m rewrite saunter and ready to maintenance and support new version.

link

Additionaly - created pull requests, if current repo maintenaner are interested

Self roadmap list:

The main purpose of the stage works is to make it possible to describe an operation in 1 attribute without restrictions on the number of operations per method/class

Known limitations of the version that will be received at this stage:

cvietor commented 5 months ago

that's great news! just as a little info, there is already a package called AsyncApi.Net from Lego, so you might consider a different name to avoid confusion:

yurvon-screamo commented 5 months ago

that's great news! just as a little info, there is already a package called AsyncApi.Net from Lego, so you might consider a different name to avoid confusion:

Lego package is asyncapi dto + serializer, my package is document generator. + I'm thinking of rewriting the library using the lego package, then it will be a great addition and the postfix will be useful)

m-wild commented 5 months ago

I agree that this (the generator package) should use the base AsyncAPI.NET package from Lego.

The fork looks fine, but I'm not really sure it's mergable with all the namespace and file path changes.

What would you like to do with this fork?

yurvon-screamo commented 5 months ago

I agree that this (the generator package) should use the base AsyncAPI.NET package from Lego.

The fork looks fine, but I'm not really sure it's mergable with all the namespace and file path changes.

What would you like to do with this fork?

The purpose of my work is very simple - to make a workable library that will close the tasks assigned to my team.

I'm not suggesting we merge our versions. The request pool was created more for information purposes.