Devedse

Results 128 comments of Devedse

I managed to reproduce the issue with the following piece of code: ``` using Ductus.FluentDocker.Builders; namespace FluentDockerSpammer { internal class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); var...

Small additional questions, what's the easiest way to forward the docker logs to a `Console.WriteLine` output?

@mariotoffia I see no other output in the console. (I run this from a normal console application): ![image](https://user-images.githubusercontent.com/2350015/159276254-9f139a51-d898-423e-b285-7179342b2cbc.png)

@mariotoffia Hey, I don't want to push too much on this but I was wondering if you'd already managed to find some time to look at this issue :)?

@mariotoffia , I was wondering if you'd already had some time to look into this.

I just tried it using the latest NuGet package: 2.0.14 and suddenly my build worked!! :smile:. I'm running into a new issue though. When I download the artefact from my...

With 2.0.16 I'm still running into this issue: ``` C:\XGitPrivate\DeveImageOptimizerWPF\Scripts\Output>DeveImageOptimizerWPF.exe Unhandled Exception: System.BadImageFormatException: Duplicate type with name 'System.Data.AcceptRejectRule' in assembly 'DeveImageOptimizerWPF, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. ``` I tried to add things...

When doing a merge using the latest beta (v2.1.0-beta1) it does seem to include the /union parameter at the beginning, I get a lot more errors: Union parameter at the...

I also tried running ILMerge version ilmerge Version 2.14.1208 with the same command. This didn't give any errors and seemed to work. So for now I'll use ILMerge :). https://github.com/Microsoft/ILMerge...