Results 10 comments of Jack Ukleja

I'm struggling to get categories to work too. No matter what category I put in the front matter, it just seems to be ignored. No errors with the --debug switch...

Does this mean it is not possible to configure the permalink structure differently for different "collections"? How do I have a different output folder structure depending on different source collections...

No, this is with a regular .NET 4.5.2 project. Just updated to NSub 1.10 and still the same problem. Just checked a few other unit test projects and interfaces. Seem...

More interesting observations: - Usually a delay when I first hover over the variable or inspect a property value. - Seems "intermittent" i.e. Time seems to affect things. For example...

It seems once the substitute has been "used" by a piece of code, then the debugger can view the properties just fine. It's as if something about the VS thread...

[DebugInspectionProblem.zip](https://github.com/nsubstitute/NSubstitute/files/670333/DebugInspectionProblem.zip) This demonstrates the problem.

To more closely follow other message patterns (i.e. HTTP), would `headers` be something that can appear at the top level, or are there established reasons it needs to be embedded...

Sorry, previous comment deleted as it was too confusing. What I have figured out is I need a way to signal to a long running test that it needs to...

I've examined the `DelayedConstraint` source code and experimented with a few ways of doing this but it doesn't seem like that approach is going to be too easy. There's no...

@CharliePoole @Tragedian > "How would you feel about your test methods accepting a CancellationToken passed in from the NUnit runner to signal the test execution should be cancelled?" I think...