Found 3 packages
==CSharpTest.Net.Tools== CmdTool.exe - provides a Visual Studio code generation integration to any command-line application. see also http://help.csharptest.net/?CmdToolOverview.html CSharpTest.Net.Generators.exe - provides a command-line replacement for ResX code generation with support for message files (.mc) and rich exception classes. see also http://help.csharptest.net/?CSharpTest.Net.GeneratorsOverview.html StampCopyright.exe - provides a means to ensure all source code is automagically stamped with a copyright message header. see also http://help.csharptest.net/?StampCopyrightOverview.html StampVersion.exe - provides the ability to scan for and replace versions in AssemblyInfo.cs files. see also http://help.csharptest.net/?StampVersionOverview.html AssemblyFileProcessor.exe - provides the ability to replace assembly attribute values in AssemblyInfo.cs files.
MSBuild task that merges multiple C# source files into a single file. Just reference the library and add property <GenerateCSharpSingleFile>true</GenerateCSharpSingleFile> to your project file. Your project will be merged as single-file app in 'bin/SingleFileSingle' folder.
A C# Source Generator that automatically creates extension methods to serialize objects to multipart/form-data. Supports nested objects, single and multiple Stream properties for file uploads.