This commit is contained in:
Dimitrij
2025-08-21 01:21:42 +01:00
parent f9e33c7fca
commit 901584a2e4

View File

@@ -17,7 +17,7 @@
var cfg = project?.ConfigurationManager?.ActiveConfiguration;
platformFromDte = cfg?.PlatformName;
}
} catch (Exception ex) {
} catch {
// Log the exception if necessary
}