dotnet / ILMerge

ILMerge is a static linker for .NET Assemblies.
MIT License
1.23k stars 170 forks source link

Typo in '#if' macro symbol #38

Open glenn-slayden opened 6 years ago

glenn-slayden commented 6 years ago

https://github.com/Microsoft/ILMerge/blob/4a40a63205eaad5b9876254b70c71ac326d5600c/System.Compiler/Duplicator.cs#L603

extra char, should be "CodeContracts"  ------^ 

Ok elsewhere in the same file:

https://github.com/Microsoft/ILMerge/blob/4a40a63205eaad5b9876254b70c71ac326d5600c/System.Compiler/Duplicator.cs#L95