- fix(core): reject unknown properties in JSON and XML imports (#4653)
- fix(core): ServiceControllerWrapper.cs - GetDependenciesInternal's injectable factory cannot exercise tree building; every mock wrapper is cast away (#5027)
- fix(service): EnableEventLog=false does not suppress the ServiceBase.AutoLog entries written under the "Servy" event source (#5036)
- fix(desktop,manager): crisp textbox cursor on low resolutions
- fix(setup): resolve InitializeSetup issues and type mismatches
- ci(publish.yml): Verify-PublishExclusions.ps1 - the script contains a byte-identical copy of publish.yml's filter block rather than invoking it, so all nine assertions pass no matter how the real filter changes (#4684)