CharliePoole

Results 1007 comments of CharliePoole

I tested in a separate project and I have the same results as you. The package I am now seeing on MyGet only has net462 and netstandard2.0. The same is...

That's correct historically. But now I wonder if I also need a .NET 8.0 build of the api assembly for this to work. I'll test that before i release a...

I think this is both a bug and by design. :-) ExpectedResult was originally added for parameterized tests. For each test case, you could specify the result that should be...

I should add that the error you are getting is similar to my option 2. It just is not worded in a clear enough way.

I see. Your example methods have only one parameter, but I guess that was just to illustrate the problem. I can see that it would help you to have the...

As you say, it may be a matter of personal preference or style. FWIW here's how I would do your example... ``` [Test] public bool LessThan([ValueSource(nameof(X))] int x, [ValueSource(nameof(Y))] int...

I changed the description to reflect what I think you are asking for and labelled this as an "idea." By that, we mean it's something we may or may not...

@nunit/contributors Another issue that has been sitting in "Discussion" for too long. Let's decide what to do and move it ahead. The options seem to be: 1. The simple one...

@AndyPook @jnm2 I agree it's an associated issue and we should discuss it. Let's not do it here!!! Reason: This started out as an "idea" for discussion. Rob shepherded it...

@k15tfu It's not immediately clear to me what you are fixing here. Can you explain either in the description of the PR or in a bug report? ALSO... what version...