Top 20 NuGet Packages
Caching abstractions for in-memory cache and distributed cache.
Default implementation of dependency injection for Ms.Extensions.DependencyInjection.
Composite file and directory providers for Ms.Extensions.FileProviders.
Package Description
Fork of the MSBuild ILMerge task NuGet package, adding support for internalization of the merged assemblies.
Description from the original package:
It is similar to the ILMerge.MSBuild.Tasks nuget package, originally published by [email protected] (that seems to be abandoned) with th...
A project template for creating a new MSBuild extension package.
MSBuild task set for deploying projects over SSH
MSBuild.Xrm.SourceControl provides a simple but powerful method for extracting Dynamics 365 customisations. The extension uses PowerShell scripts that can seamlessly extract customisations from a Dynamics 365 instance and then subsequently rebuild them into a zipped Solution file ready for import wh...
Auto generate AssemblyInfo.cs via datetime and git commit hash. you should passing enable autoversion parameter when building solution. (ex. msbuild sample.sln /p:AutoVersion=True)
Run a tsd task as a MSBuild task
Installs a set of MSBuild tasks for automating Umbraco v4 package file creation
Downloads a file from a URL to a destination directory or file path.
Provides the DumpItems task which can be used to dump an item list and all their metadata, for easy diagnostics and troubleshooting.
Authoring inline code tasks in C# in an XML file can be incredibly frustrating, without intellisense, compilation safety, tests, etc.
This package automatically converts Task-derived classes in your project into inline tasks file you can import directly from your targets.
Unit testing your custo...
Allows installing a Visual Studio Extension (VSIX) to arbitrary Visual Studio versions and registry hives.
Example:
<InstallVsix VisualStudioVersion="$(VisualStudioVersion)" VsixPath="MyExtension.vsix"
RootSuffix="$(VSSDKTargetPlatformRegRootSuffix)" />
Allows retrieving the current project's properties and currently building
targets as items and metadata, effectivey allowing retrieval of property
values dynamically by name.
Usage:
<Introspect>
<Output TaskParameter="Properties" ItemName="CurrentProperties" />
<Output TaskParameter="Target...
Provides the IsAdministrator task which returns Result=True if the current user belongs to the built-in Windows role Administrator.