protomorphine / ImmutableAnalyzer

Roslyn Analyzer to check immutability of classes on compile time.
https://protomorphine.github.io/ImmutableAnalyzer/
MIT License
2 stars 0 forks source link

Nuget package #5

Open protomorphine opened 7 months ago

protomorphine commented 7 months ago

Problem .NET community have a nice package managment system. It's very hard and painfull to intergrate and use this tool in other projects by adding this manually, from github.

Solution Pack this analyzer and publish on Nuget

NoahStolk commented 2 months ago

+1

Would be great to have this as a NuGet package.

protomorphine commented 2 weeks ago

I would publish package to NuGet after #25.

I think it's right, bacause now analyzer doesn't check a lot of type from modern .NET.