You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix native build corruption in containers and suppress copy warnings
- Implement staging strategy for native builds in containers: build to local temp `C:\Temp\fw-native` and copy to host to avoid `MoveFile` atomicity issues on bind mounts (fixes CVT1107/LNK1123).
- Update `Make` task to support `OutDir` and `BuildOutput` overrides.
- Update `mkall.targets` to use staging paths when running in Docker.
- Suppress MSB3026 warnings (copy retries) in `Directory.Build.props` to reduce build noise.
- Add `Test-CvtresCompatibility` to build scripts to diagnose toolchain issues.
- Fix `ParatextHelperTests` namespace ambiguity.
- Fix `PicturePropertiesDialog` null license assignment.
- Cleanup `App.config` files and remove obsolete `Remove-StaleNativeLibs` logic.
0 commit comments