Projektdateien hinzufügen.

This commit is contained in:
mr_sc
2026-09-03 21:32:00 +02:00
parent 092c5fa09c
commit f6d0eaecaa
500 changed files with 115722 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# FIX5 - binary compatibility for existing 10.0.0-3 clients
This revision is specifically for drop-in replacement scenarios where existing applications **must not be recompiled**.
Key correction: the legacy method is `IMSApiDotNetBase.setProperty(System.String,System.String)` with a static call signature. FIX4 had accidentally changed it to an instance/virtual method, which produces `System.MissingMethodException` in already compiled clients.
The correction is in the shared source, therefore it applies equally to the `net48` and `netstandard2.0` outputs.
Use `scripts\check-legacy-binary-compat.ps1` after building. It compiles its smoke EXE against the untouched original 10.0.0-3 DLL, then runs the unchanged EXE separately with each new target DLL.