Top 20 NuGet Packages
Package Description
MSBuild targets for compiling a TFS version build, GIT hash repo path into .NET assemblies.
Create custom build configuration with defaults from "Debug" or "Release" configurations.
Allows emitting arbitrary assembly attributes, compatible between SDK-style projects and classic ones.
Usage: declare @(AssemblyAttribute) items to include, such as:
<ItemGroup>
<AssemblyAttribute Include="[ATTRIBUTE_FULL_TYPENAME]" _Parameter1="[CTOR_ARG]" _ParameterN="[CTOR_ARG_N]" />
</...
Provides the $(CI) property to detect a continuous integration build. Supports TeamCity, AppVeyor, MyGet, Jenkins, Wrench, VSTS and Travis.
Provides the $(UseCompiledTasks) property, which is used by all other
MSBuilder components to determine whether inline or compiled tasks will be used (both versions
are typically provided).
Provides the $(IsCIBuild) property which allows detecting that the current build is being performed in a continuous integration server. Supports TeamCity, AppVeyor, MyGet, Jenkins and Wrench.
Provides the $(PR) property with the pull request number that triggered a continuous integration build (or empty otherwise). Supports VSTS, Travis, AppVeyor and Jenkins.
Discovers installed Visual Studio versions, their install and VSSDK directories.
Augments the current project with an item named after each project reference, containing the metadata
that would be added as project define constants for WiX. i.e. for a project reference PclProfiles,
WiX will add $(var.PclProfiles.TargetDir), which this target exposes to MSBuild as %(Pc...
A simple stupid way to share front end assets between msbuild projects
MSBuild target to statically compile .cshtml files on build of your project and then provide the code to render them at runtime.
MSBuild TeamCity Tasks Project provides useful tasks that can help to interact build script with JetBrains TeamCity. Some of these features include displaying real-time test results and customized statistics, changing the build status, and publishing artifacts before the build is finished.
Used as a utility assembly for implementations
Обновил зависимости
Библиотека с интерфесами для работы с базами данных
Package Description