Fork me on GitHub

FAQ

Coding Nuget

Coding

Do I really have to follow all this coding guidelines (StyleCop, MSBuild Tasks, Unit Tests, ...)

We value the benefits of coding guidelines higher than the resulting needed effort. We like that the code looks the same no matter who wrote it. This makes reading other people's code much easier.

If you struggle too much with these guidelines, ignore them and open a pull request. We will do the rest. But of course, it will take much more time to integrate your changes.

Nuget

Nuget packages cannot be restored

During development, all Appccelerate nuget packages are staged on the Appccelerate nuget feed on MyGet.

The nuget.config inside every Appccelerate project should tell nuget to go look there for packages. Unfortunately, this does not work on every machine.

If you cannot restore the packages, add a package source for the feed https://www.myget.org/F/appccelerate/