asyncapi / saunter

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

exclude nodemodules folder from project #105

Closed JanEggers closed 3 years ago

JanEggers commented 3 years ago

I just pulled 0.5 src and visual studio (resharper) is super slow because of the node modules.

it would be nice if you could exclude the nodemodules from the csproj to speed up dev experience

m-wild commented 3 years ago

Ahh interesting, I use Rider which seems to only include those 2 files explicitly included in the csproj. I will see what I can do for Visual Studio users 🧐

JanEggers commented 3 years ago

thx