greendimka
greendimka
@songjiefa , @wagenheimer - can you specify the versions of DeviceId you use? Including versions of DeviceId.Windows.Mmi and .NET you use.
So, what ia the status on it?
Ok, I will have to arrange a time for it, because I have a good use case for it.
So, here is the scenario, where I need BeforeTestRun to be non-static: - Primary goal of having BeforeTestRun as a non-static is being able to share some object within BeforeTestRun...
I also have experienced this problem. Here is my sample: ``` [Theory] [InlineData("", "")] [InlineData("\"\"\"", ")")] public void DemoTest( string s1, string s2) { Assert.True(1 == 1); } ``` In...
Please see this thread: https://github.com/lifebeyondfife/Decider/issues/74
First of all I'm glad there are more folks looking for this feature 🎆 Second of all I have a whole team waiting for this feature :) Many upvotes!
Could you, please, clarify, what exactly would you like to replace, I mean which part of the functionality are you talking about? I just started learning and using Constraint Programming...