Info
Version: | 0.0.5 |
Author(s): | Herb Stahl |
Last Update: | Friday, June 19, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ghstahl |
NuGet Url: | https://www.nuget.org/packages/Pingo.EmbeddedAssemblies |
Install
Install-Package Pingo.EmbeddedAssemblies
dotnet add package Pingo.EmbeddedAssemblies
paket add Pingo.EmbeddedAssemblies
Pingo.EmbeddedAssemblies Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.