Pingo.EmbeddedAssemblies 0.0.5

dotnet add package Pingo.EmbeddedAssemblies --version 0.0.5
NuGet\Install-Package Pingo.EmbeddedAssemblies -Version 0.0.5
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="Pingo.EmbeddedAssemblies" Version="0.0.5">
  <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 Pingo.EmbeddedAssemblies --version 0.0.5
#r "nuget: Pingo.EmbeddedAssemblies, 0.0.5"
#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 Pingo.EmbeddedAssemblies as a Cake Addin
#addin nuget:?package=Pingo.EmbeddedAssemblies&version=0.0.5

// Install Pingo.EmbeddedAssemblies as a Cake Tool
#tool nuget:?package=Pingo.EmbeddedAssemblies&version=0.0.5

Console Project setup for embedding assemblies.

1. Create a new C# console project
2. Add this nuget

Look at the Main() example in AssemblyResolver.cs on how to add AppDomain.CurrentDomain.AssemblyResolve to the first line of your program.

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.0.5 1,457 6/19/2015
0.0.4 1,074 6/2/2015
0.0.3 1,076 6/2/2015

http://www.digitallycreated.net/Blog/61/combining-multiple-assemblies-into-a-single-exe-for-a-wpf-application

I packaged the good work Daniel Chambers did into a reusable nuget so that I could simply add this to my new console projects.