dotnet-security-guard / roslyn-security-guard

Roslyn analyzers that aim to help security audit on .NET applications.
https://dotnet-security-guard.github.io
GNU Lesser General Public License v3.0
208 stars 38 forks source link

New release please #92

Open JarLob opened 6 years ago

JarLob commented 6 years ago

Please make a new release. P.S. Release tab in the project's github page is empty. It would be good to have a clear indicator what changeset was used for the release.

cybernot commented 6 years ago

bump :)

JarLob commented 6 years ago

I have built the extension from sources and tried it on different projects. None of the gave me the NullReference exception. While I got it in a half of the project with the official 2.3 build. The fact the last build was done so long time ago (Jun 14?) harms the reputation of the project. People keep creating issues although some of them are already fixed.

bchurchill commented 6 years ago

In the absence of a new release, is it possible to configure the appveyor CI system to generate the .vsix file and add it as an artifact? Then people would be able to just download the latest build from there, even between releases. It should be really easy and is described here.