andy250

Results 20 comments of andy250

Hey! Any updates on this? I might try adding support for this. I could use it in my project.

You can set custom port when starting the app. I have set it in the {PathToExe} when installing windows service: C:\your\path\Rnwood.Smtp4dev.exe --service --server.urls "http://0.0.0.0:5001/"

There are 2 issues actually: 1. The prig test project won't compile on TC as @ngjermundshaug mentioned 2. When we generate those assemblies locally (using VS), then commit those assemblies...

We have made it working with following steps: 1. Prig generated assemblies and Prig native dll (that get installed as nuget packages but are not inthe nuget feed) are committed...

Here it is, but I suspect these are not the errors I was referring to: 2017/01/26 10:39:12.283066,ERROR,0x00002648,11,0x00002ef8," Weaver.cpp(175): Throw in function long __stdcall CWeaverDetail::CWeaverImpl::InitializeCore(struct IUnknown *) Dynamic exception type: class...

I also managed to get a brief error message in visual studio when the test process crashes: it says that the heap is damaged.

I have made some further investigation and the error is not caused by optional arguments. My code is set up as follows: `public void DoSomething(.....) {` ` ....` ` StaticClass.StaticMethod(.....);`...

There is one more thing I noticed: when I run the test from VS Test Explorer it works. When it is executed from ReSharper test runner, or from command line...

Thanks for your support. Today I did even more investigation and it seems that the cause of the error is even different than I thought. I even can't isolate the...

Basically when running from within VS "prig run" is wrapped by either ReSharper test runner or VSTest runner (which we donb't have access to). When running from command line there...