I’m going to split ILVerify.exe into an exe and a dll containing the public APIs, as we discussed in https://github.com/dotnet/corert/pull/5186. Currently, the directory structure is: ``` ILVerify/ Src/ -> produces ILVerify.exe Test/ ``` I see two options: ``` ILVerify/ Src/ -> produces ILVerify.exe ILVerification/ Src/ -> produces new library Test/ ``` OR ``` ILVerify/ Src/ -> produces ILVerify.exe Lib/ -> produces new library (which I propose calling ILVerification.dll) Test/ ``` The first option is more in-line with the organization of the repo, so I’m assuming that’s what you prefer. Can you confirm? Does ILVerification.dll sound ok? (an alternative could be ILAnalysis.dll) Tagging @jkotas @ArztSamuel @KrzysztofCwalina
I’m going to split ILVerify.exe into an exe and a dll containing the public APIs, as we discussed in #5186.
Currently, the directory structure is:
I see two options:
OR
The first option is more in-line with the organization of the repo, so I’m assuming that’s what you prefer.
Can you confirm?
Does ILVerification.dll sound ok? (an alternative could be ILAnalysis.dll)
Tagging @jkotas @ArztSamuel @KrzysztofCwalina