Skip to content

Takes all .cs files in a directory and combines them in a single .cs output file (console application)

License

Notifications You must be signed in to change notification settings

ThomasGoetzmann/CSharpSourcesToSingleFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSharpSourcesToSingleFile

Takes all .cs files in a directory and combines them in a single .cs output file (console application).

The search is done in the given directory and is recursive but excludes the /bin/ and /obj folders.

Usage

You can run the executable with different args and use the --help argument for more details.

.\CSharpSourcesToSingleFile.exe --help

Hint: Add the folder containing the .exe to your Path for an easier usage.

Screenshots

Usage example

Build

You can download and extract the .zip archive containing the compiled files, or you can build it yourself with the following commands.

WARNING: The project uses .Net 5.0

# Restores the NuGet package dependencies
dotnet restore

# Build the .exe
dotnet build

About

Takes all .cs files in a directory and combines them in a single .cs output file (console application)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages