PapyrusDotNet icon indicating copy to clipboard operation
PapyrusDotNet copied to clipboard

ConsoleTests are broken

Open miere43 opened this issue 9 years ago • 0 comments

When you look at PapyrusDotNet.ConsoleTests Program.cs file, you see this:

public static void Decompile_FollowersScript()
        {
            var asm = PapyrusAssemblyDefinition.ReadAssembly(
                @"C:\Users\Karl\Downloads\exampleBad\test.pex");
private static void DecompileAllFallout4Scripts()
        {
            var folder = @"D:\Spel\Fallout 4 Scripts\scripts\";
 private static void ReadAndWritePex()
        {
            var drive = "d";
            var dir = @":\Git\PapyrusDotNet\Examples\Fallout4Example\bin\Debug\";
            var targetFolder = drive + dir;

Obviously these will not compile for anyone else than you.

miere43 avatar Mar 24 '16 06:03 miere43