using NUglify.JavaScript;
public static void Main()
async function insertAndUpdateData() {
const stats = await execProcGetStats();
let importWentWrong = false;
await writeToImportLog(Resources.Wizard_Updates_InsertingRecords.replace('{0}', stats.Inserts));
await execProcInsertRecords();
await writeToImportLog(Resources.Wizard_Updates_InsertCompleted);
await writeToImportLog(ex.toString());
await writeToImportLog(Resources.Wizard_Updates_InsertFailed);
await writeToImportLog(Resources.Wizard_Updates_UpdatingRecords.replace('{0}', stats.Updates));
await execProcUpdateRecords();
await writeToImportLog(Resources.Wizard_Updates_UpdateCompleted);
await writeToImportLog(ex.toString());
await writeToImportLog(Resources.Wizard_Updates_UpdateFailed);
await writeToImportLog(Resources.Wizard_Updates_ImportCompletedWithProblems);
await writeToImportLog(Resources.Wizard_Status_ImportCompletedSuccessfully);
if (dsValidationDiscrep.getDataLength() > 0) {
await writeToImportLog(Resources.Wizard_Updates_DataConstraints);
await writeToImportLog(Resources.Wizard_Status_NoPendignUpdates);
CodeSettings vSettings = new CodeSettings() {
InlineSafeStrings = false,
RemoveUnneededCode = true,
PreserveFunctionNames = true,
ConstStatementsMozilla = true,
ReorderScopeDeclarations = false,
PreserveImportantComments = false,
var wrongDefineUgly = Uglify.Js(wrongDefine);
Console.WriteLine(wrongDefineUgly);