Bruno Lopes

Results 2 issues of Bruno Lopes

This is mentioned here: https://msbuildextensionpack.codeplex.com/discussions/471408

Say I've got the following core on a .net core console app: ``` static void Main(string[] args) { Console.WriteLine("Hello World!"); using(var stream = File.OpenRead(args[0])) using (var compressed = new ZipArchive(stream,...

up-for-grabs