Igor Kiselev

Results 18 comments of Igor Kiselev

With this PR ILRepack fails if output directory was not created with: System.IO.DirectoryNotFoundException: Could not find a part of the path. at System.IO.FileSystem.MoveFile(String sourceFullPath, String destFullPath) at System.IO.File.Move(String sourceFileName, String...

@JongHeonChoi, I'm successfully run it on Linux/CoreCLR when I've merged this, #239 and config from #238 (and "rollForward": "Major", if you will run it on 3.x).

Using this branch, when I try to validate assembly (produced with `/keyfile:...`)with `sn -vf`, it fails with "Failed to verify assembly -- Strong name validation failed".

This project does not look alive. Migrating to cecil in #236 is sitting in review for 2.5 years. I'd say PR improving current state is good - even if it...

I'm looking on #236, and hope it will be merged soon (it will unblock so many things: portable pdb support, netstandard migration and so on). I agree that in long-term...

I'd like to try implement that, but for it I'd like to discuss what should be the final shape. 1. Should it be implemented in coverlet.console or should it be...

I've also have seen similar issue on my VS Build Tools installation (same as #617). I've explicitly set path to VS, but after it gradle was not able to detect...

With VS 15.7 I don't have problems with locating Windows 10 SDK installed by Visual Studio Build Tools (I still need to provide VS path).

I was able to run everything else on Unix when I removed .cmd and check for presence of files.

Something like: ``` $(DefineConstants);WINDOWS $(DefineConstants);UNIX $(DefineConstants);OSX ```