Automatic strong-name signing of referenced assemblies.
Utility software to strong-name sign .NET assemblies, including assemblies you do not have the source code for.
If you strong-name sign your own projects you may have noticed that if you reference an unsigned third party assembly you get an...
More information
Automatically creates a NuGet package from your project each time it builds. The NuGet package is placed in the project's output directory.
If you want to use a .nuspec file, place it in the same directory as the project's project file (e.g. .csproj, .vbproj, .fsproj).
This adds a PostBuildScripts...
More information
Automatically force your ClickOnce app to update itself without prompting the user, making a less obtrusive end-user experience, and guaranteeing they are always using the latest version of the application.
Adds a post-build event to the project to run a PowerShell script that updates the ClickOnce...
More information
DiffSharp is an automatic differentiation (AD) library.
AD allows exact and efficient calculation of derivatives, by systematically invoking the chain rule of calculus at the elementary operator level during program execution. AD is different from numerical differentiation, which is prone to...
More information
T4 Factories uses T4toolbox to automatically generate the source code for factory implementations and even contracts (if they don't exist already), based on a concrete class and a base interface.
It allows easier use of the factory pattern for easier unit testing and refactoring.
Telimena is a platform for automated application updates and monitoring application usage (telemetry). It allows on-premise management of a number of applications across a number of developer teams. This nuget is a client which needs to be added to an application in order to enable the monitoring...
More information