static void Main() { // Use some stuff so that we can verify that the linker output correct results SomeMethod(); LibraryWithCompilerDefaultSymbols.SomeMethod(); LibraryWithPdb.SomeMethod(); LibraryWithEmbeddedPdbSymbols.SomeMethod(); LibraryWithPortablePdbSymbols.SomeMethod(); }
static void Main() { // Use some stuff so that we can verify that the linker output correct results SomeMethod(); LibraryWithPdb.SomeMethod(); }
static void Main() { LibraryWithPdb.SomeMethod(); }
/// <summary> /// By not using this method we will cause the linker to delete the reference /// </summary> static void UnusedCodePath() { LibraryWithPdb.SomeMethod(); }