955 B
955 B
FIX6 changelog
- Restored
ihas.propertiesloading inIMSApiDotNetBase. - Required file location: directly next to the actually loaded
IMSApiDotNet.dll. - The DLL directory is resolved from
typeof(IMSApiDotNetBase).Assembly.Location;AppContext.BaseDirectoryis used only if the assembly location is unavailable. - The process current working directory and
Environment.SpecialFolder.Personalare not searched. itac.propdirremains a readable/programmatic legacy property but does not redirect the physical property-file lookup.- Property precedence remains
setProperty(...)->ihas.properties-> default/fallback. - Shared behavior for
net48andnetstandard2.0. - No legacy public method signature was changed from FIX5.
scripts/check-ihas-properties.ps1verifies that conflicting files in CWD/itac.propdirare ignored and the DLL-directory file wins.- Existing
scripts/check-legacy-binary-compat.ps1remains included.