Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 478 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 478 Bytes

ILDummy

ILDummy is a MIT-licensed utility to generate dummies from Common Intermediate Language assemblies. A dummy is an assembly that has the same public API as another assembly but no actual implementation. A dummy assembly can then be used in place of a real assembly during compilation in situations where it's not possible or advisable to have the real assembly available.