Jox.MergeCSharpFiles 0.6.0

dotnet add package Jox.MergeCSharpFiles --version 0.6.0
NuGet\Install-Package Jox.MergeCSharpFiles -Version 0.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jox.MergeCSharpFiles" Version="0.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jox.MergeCSharpFiles --version 0.6.0
#r "nuget: Jox.MergeCSharpFiles, 0.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Jox.MergeCSharpFiles as a Cake Addin
#addin nuget:?package=Jox.MergeCSharpFiles&version=0.6.0

// Install Jox.MergeCSharpFiles as a Cake Tool
#tool nuget:?package=Jox.MergeCSharpFiles&version=0.6.0

codingame-utils

Jox.MergeCSharpFiles

With this NuGet package installed, building a C# project will also generate a single file containing all project's source code.

This can be used to write programs for CodinGame consisting of multiple source files, and syncing the generated file to the CodinGame IDE using codingame-sync.

By default, the merged file will be written to obj\Merged.cs. As of version 0.6, this can be customized by setting the MSBuild property MergedCSharpFile in your .csproj file, for example:

<PropertyGroup>
  <MergedCSharpFile>C:\Temp\CodinGame-sync.cs</MergedCSharpFile>
</PropertyGroup>
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.0 454 5/7/2022
0.5.2 419 4/23/2022
0.5.0 422 4/22/2022