Top 20 NuGet Packages

Provides the GetLatestVersion task, which retrieves the latest published version of a given nuget package from nuget.org, and provides easy access to its various SemVer components.
Reads items and their metadata from an MSBuild project that contains an ItemGroup. For use together with the WriteItemsToFile task.
Allows applying a regular expression replacement for a pattern over an entire file or files. Example: <RegexReplace Files="@(Compile)" Pattern="/\* LICENSE \*/" Replacement="$(LicenseHeader)" />
Allows custom tasks to efficiently load and access a Roslyn project for code generation or analysis. Multiple tasks, targets and even projects will all share the same Workspace and loaded Projects, thereby optimizing build times. Usage: In your custom task library, install the MSBuil...
Runs an executable with optional arguments, and returns the standard output as an output parameter. Usage: <Run Exe="$(Git)" Args="log HEAD" WorkingDir="$(MSBuildProjectDirectory)"> <Output TaskParameter="Output" PropertyName="HeadSha" /> </Run>
This package extends MSBuilder.GenerateAssemblyInfo to also generate a static `ThisAssembly.Metadata` class with the `@(AssemblyAttribute)` attributes that have `Include="System.Reflection.AssemblyMetadataAttribute"`. So for an attribute like: [assembly: System.Reflection.AssemblyMetadataAttri...
Writes items with their full metadata to an MSBuild project "fragment". The resulting XML file can be directly imported by an MSBuild project, or read on-demand by the ReadItemsFromFile MSBuilder.
Redefines the XmlPoke built-in task so that it preserves whitespace and formatting. Drop-in replacement.
MSBuild Versioning allows you to build programs with version numbers such as Major.Minor.Revision, where Revision is automatically set to your currently checked-out source control revision number.
Common toolset for repositories
Extension for MSChart Control .NET (WinForm)
The Enterprise Library Exception Handling Block implementation for DevAccelerate Core.
The Microsoft Enterprise Library Logging Block implementation for logging interfaces of DevAccelerate Core.
Basic implementation of MilpManager using Microsoft Solver Foundation
MSFramework is a lightweight DDD framework
MSFramework is a lightweight DDD framework
MSFramework is a lightweight DDD & CQRS framework
This package contains Microsoft Dlls that make it easier to work with cabinet files (.cab) or some of their derivatives from .net code. It isn’t always easy to find these on their own. You can find some documentation to get started here: https://social.msdn.microsoft.com/Forums/en-US/1b6d3cbe-22ba-4...
The need utilities for the web development using in Modular Starter Kit.