Code analyzers are a fantastic method to check and correct code automatically. Sometimes, however, the analyzers you create will not be suitable for public consumption as they might contain proprietary information. With NuGet, you can create private repositories and share these with colleagues. You can use a shared location on a company server, for example, and easily manage NuGet packages from there.
Deploying your code analyzer within your organization only
Getting ready
Ensure that you have a shared location accessible to all developers in your organization. This can be anywhere your network administrator has provided for shared file access. You will probably want to restrict the access of these packages to developers only. A nice solution is to create a storage...