MSBuilder.TaskInliner
0.3.4
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.
Install-Package MSBuilder.TaskInliner -Version 0.3.4
dotnet add package MSBuilder.TaskInliner --version 0.3.4
<PackageReference Include="MSBuilder.TaskInliner" Version="0.3.4"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MSBuilder.TaskInliner --version 0.3.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MSBuilder.TaskInliner, 0.3.4"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
- MSBuilder.CodeTaskAssembly (>= 0.2.5)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
0.3.4 | 376 | 10/26/2018 |
0.3.3 | 544 | 6/15/2017 |
0.3.2 | 573 | 11/17/2016 |
0.3.1 | 511 | 11/17/2016 |
0.3.0 | 506 | 11/17/2016 |
0.2.7 | 844 | 3/16/2016 |
0.2.6 | 682 | 6/26/2015 |
0.2.5 | 906 | 6/26/2015 |
0.2.4 | 609 | 5/27/2015 |
0.2.2 | 587 | 4/29/2015 |
0.2.1 | 636 | 4/29/2015 |
0.2.0 | 612 | 2/19/2015 |
0.1.9 | 595 | 2/19/2015 |
0.1.8 | 582 | 2/14/2015 |
0.1.7 | 581 | 2/14/2015 |
0.1.6 | 630 | 2/14/2015 |
0.1.5 | 602 | 2/14/2015 |
0.1.4 | 623 | 2/11/2015 |
0.1.2 | 683 | 2/11/2015 |
0.1.1 | 592 | 2/11/2015 |