Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

[ILVerify] Directory structure for splitting ILVerify into exe+dll #5235

@jcouv

Description

@jcouv

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:

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions