mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The WPF host carried two ILSpy.csproj build steps the Avalonia port left behind. ApplyStackExtension runs editbin /stack:16777216 on the apphost so deeply nested types/expressions don't overflow the 1 MB main-thread stack during decompilation (the managed runtime can't grow the main thread's stack at run time on Windows). SortResX keeps the .resx entries sorted so localisation diffs stay clean; its script was still in BuildTools but no target invoked it. Both are gated to do nothing off Windows / without the MSVC tools / on CI, so they only act in the same local-Windows scenario they did before. The VC-tools props import is restored alongside, since it is what populates $(VCToolsVersion) for the editbin gate. Assisted-by: Claude:claude-opus-4-8:Claude Codepull/3755/head
1 changed files with 42 additions and 0 deletions
Loading…
Reference in new issue