asyncapi / saunter

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

Implement more dotnet best practises #200

Open thompson-tomo opened 2 months ago

thompson-tomo commented 2 months ago

Why do we need this improvement?

Move to dotnet best practises

How will this change help?

Simplify maintaince

How could it be implemented/designed?

🚧 Breaking changes

No

Additional info

https://www.meziantou.net/declaring-internalsvisibleto-in-the-csproj.htm

Editor Config has been split off to #202

yurvon-screamo commented 2 months ago

Hi, editorconfig it's cool. However, it should be created based on our code style (and there is none). I suggest you start working on its description and then move on to the editor config itself. Let's start describing the codestyle together (for example, in CONTRIBUTING.md ), we will accept it and then create an editorconfig.

thompson-tomo commented 2 months ago

@yurvon-screamo sure, i have split the editorconfig off in to #202 so that can have more detailed discussion and the changes here can pass through sooner.