tskong

Results 10 comments of tskong

Hi, Yes exactly that. I can get it to work with the non weboptimized versions of the files, but when I try and get the minified versions sing _content/RazorClassLibrary1/site.min.css, it...

Yes I believe so, I have a service contract called IGreetingService, and this uses a utility class called IPrefixer. I register all these in the autofac container, but when CoreWCF...

I have a bit more information. It appears that "backtrack" on the parameters has something to do with it, 0-3 and 4-7 have the same backtrack id, so it think...

Thanks for responding. Yes, you're right, that's exactly what I want it to do, but I need some ideas as to how it works out the parameters, I've not worked...

I've come up with a fix now, and wanted to run it past everyone before I create a PR, I've ran it on our code base and it works fine....

Hi, That's very strange, your code is pretty much the same as mine. I'm using fluent nhibernate so I don't know if that will affect it, as I found the...

Your unit test looks correct. when I reproduced this, I brought in the latest nhibernate `5.6` And I had the same error, and the fix I did, made it go...

The unit test from hazzik (checking SqlLogSpy) is different from my unit test, I am checking the command.text sent to the SQL server, This issue definitely caused my code to...

I've run through the test that @hazzik had, and the result is different from mine, but also what they are testing for. My test is using the SqlDriver, and the...

@hazzik After some further investigation, I found a castle core interceptor that was firing, this was doing something to the NHibernate.SqlCommand.SqlString which was upsetting the parameter processing. I am going...