Fixed json bom handling when serializing/deserializing json

This commit is contained in:
2026-06-01 14:46:03 +02:00
parent ae468e9f19
commit 076504753e
3 changed files with 56 additions and 4 deletions
+2
View File
@@ -65,6 +65,8 @@ Log files are retained for the current day plus the previous four days. Older `B
The Operation Log shows the WMI class, key property, key value and method for real shutdown and restore steps. WMI objects are resolved with a broad `SELECT * FROM <class>` query and a client-side key filter so names containing special characters do not break the WMI query parser.
Snapshot and plan JSON files are written as UTF-8 without BOM. Loading is tolerant of existing files that contain a UTF-8 BOM or a visible BOM marker from previous encoding conversions.
## Build
Open `BizTalkPlatformManagementTool.sln` in Visual Studio on Windows with the .NET Framework 4.6.1 Developer Pack installed, then build the `Release|Any CPU` configuration.