menaTitan
Results
1
comments of
menaTitan
How can I accomplish the same thing, like this: OletxPatcher.Patch(); MsSqlPatcher.Patch(typeof(SqlConnection).Assembly);, using the new MonoMod.Core library? public static async Task RunApplicationAsync(string[] args) { try { OletxPatcher.Patch(); MsSqlPatcher.Patch(typeof(SqlConnection).Assembly); Console.WriteLine("Configuring..."); var app...