mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Each fixture test assembled Documentation/IdStringProbe.il separately, and ilasm writes its output next to the input: on Windows the second test failed with a sharing violation (0x80070020) because the first test's PEFile still had the previous output open. The probe is now assembled once per test run from a temp copy of the .il, so the tests share one PEFile and nothing is written into the source tree, which also makes the per-directory .gitignore unnecessary. Assisted-by: Claude:claude-fable-5:Claude Codepull/3941/head
2 changed files with 23 additions and 6 deletions
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
/IdStringProbe.dll |
||||
/IdStringProbe.pdb |
||||
Loading…
Reference in new issue