👋 What do you think about NuGet.org? We're looking for feedback from developers like you.
Take the survey.
Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
4 packages returned for Tags:"codetask"
Sort by
Relevance
Downloads
Recently updated
MSBuilder.
CodeTaskAssembly
by:
kzu
mobessen
128,065 total downloads
last updated
10/26/2018
Latest version:
0.2.6
msbuild
inline
codetask
Provides the $(CodeTaskAssembly) property which properly locates the right assembly to use for inline tasks depending on the currently executing MSBuild engine.
MSBuilder.
XmlPoke
by:
kzu
mobessen
51,916 total downloads
last updated
12/20/2016
Latest version:
0.9.2
msbuild
inline
codetask
Redefines the XmlPoke built-in task so that it preserves whitespace and formatting. Drop-in replacement.
MSBuilder.
ReadItemsFromFile
by:
kzu
mobessen
13,817 total downloads
last updated
10/26/2017
Latest version:
0.1.0
msbuild
inline
codetask
Reads items and their metadata from an MSBuild project that contains an ItemGroup. For use together with the WriteItemsToFile task.
MSBuilder.
WriteItemsToFile
by:
kzu
mobessen
15,090 total downloads
last updated
10/27/2017
Latest version:
0.1.2
msbuild
inline
codetask
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.