MSBuilder.CodeTaskAssembly
0.2.6
Prefix Reserved
dotnet add package MSBuilder.CodeTaskAssembly --version 0.2.6
NuGet\Install-Package MSBuilder.CodeTaskAssembly -Version 0.2.6
<PackageReference Include="MSBuilder.CodeTaskAssembly" Version="0.2.6"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add MSBuilder.CodeTaskAssembly --version 0.2.6
#r "nuget: MSBuilder.CodeTaskAssembly, 0.2.6"
// Install MSBuilder.CodeTaskAssembly as a Cake Addin #addin nuget:?package=MSBuilder.CodeTaskAssembly&version=0.2.6 // Install MSBuilder.CodeTaskAssembly as a Cake Tool #tool nuget:?package=MSBuilder.CodeTaskAssembly&version=0.2.6
Provides the $(CodeTaskAssembly) property which properly locates the right assembly to use for inline tasks depending on the currently executing MSBuild engine.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (14)
Showing the top 5 NuGet packages that depend on MSBuilder.CodeTaskAssembly:
Package | Downloads |
---|---|
Clarius.VisualStudio
Common targets to create version-aware Visual Studio extensions easily. |
|
MSBuilder.XmlPoke
Redefines the XmlPoke built-in task so that it preserves whitespace and formatting. Drop-in replacement. |
|
MSBuilder.DumpItems
Provides the DumpItems task which can be used to dump an item list and all their metadata, for easy diagnostics and troubleshooting. |
|
MSBuilder.VsixDependency
Injects VsixDependency items into the containing VSIX project manifest and VSIX container. |
|
MSBuilder.TaskInliner
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 custom tasks becomes straight-forward while maintaining the transparency and easy of deployment (and fixing!) of loose tasks files. |
GitHub repositories
This package is not used by any popular GitHub repositories.