OccamRazor

Results 21 comments of OccamRazor

@stevenaw , Could be be a data change ( eg: a singleton) on a multithreading nature of the code that causes the issue? Possible, but I'm unsure how to debug...

I'm not too sure it has anything to do with how Autofac does the Dispose thing, because if I comment out the Autofac dispose on the test immediately preceding the...

@stevenaw , about the point that you raise > This configuration element has no effect on applications that were compiled in versions previous to the .NET Framework 4 but are...

What if I only want to buffer polygons on one side, but not on the other? Will that simplify the problem? We ignore other considerations like whether the end sections...

I'm not too sure what you mean. What is "the polygon" ( the first one) referring to? Initially I only have a polyline, and I blow it up ( on...

@FObermaier , it would be great if you could incorporate [PR700](https://github.com/NetTopologySuite/NetTopologySuite/pull/700) into the 2.6 release

@jjonescz . here's the [VS feedback link](https://developercommunity.visualstudio.com/t/MicrosoftCciPdbWriterGetAssemblyRefer/10730617)

> Have you tried setting `ApartmentState.STA` (read [here](https://docs.nunit.org/articles/nunit/writing-tests/attributes/apartment.html)) for your tests? Does it make any difference? @Dreamescaper , no it doesn't make a difference at all. You can see #4188...

I suspect that one has to use the nunit engine and the like to write their own single threaded test runner. But I am not even sure it will work....