Sean Farrow
Sean Farrow
@adamsitnik @saad995 It will be in the next few minutes, unfortunately, we have a family illness/emergency meaning I can't do as much outside of work as I would like. Do...
@saad995 The fork is at: https://github.com/SeanFarrow/benchmarkdotnet.git the branch you want to start with is: bugfix/sf/2093-fix-path-too-long-exception I'll leave the fork there for a few days, so if you could let me...
@jeffward01 @MilleBo @274188A I was thinking the same. For starters, it would probably be good to update NuGet packages as some (notably Roslyn) are a number of versions behind. I'm...
I couldn’t agree more. Let’s see what happens by the end of next week. Thanks, Sean. From: Jeff Ward ***@***.***> Sent: 18 October 2022 19:09 To: Testura/Testura.Code ***@***.***> Cc: Sean...
OK, I’ll do this over the next few days. From: Jeff Ward ***@***.***> Sent: 18 October 2022 19:38 To: Testura/Testura.Code ***@***.***> Cc: Sean Farrow ***@***.***>; Mention ***@***.***> Subject: Re: [Testura/Testura.Code]...
Being done as we speak, PR tomorrow! From: Mille Boström ***@***.***> Sent: 18 October 2022 20:16 To: Testura/Testura.Code ***@***.***> Cc: Sean Farrow ***@***.***>; Mention ***@***.***> Subject: Re: [Testura/Testura.Code] Is this...
A quick question: Some of the tests require .Net framework 4.5.1, based on the fact that a runtime directory is not passed in. What do we want to do about...
OK, cool. What about adding default references, currently we add them based on files, should we add them based on types, if yes which types really matter. From: Mille Boström...
Hi, Possibly, although the other approach is to have an IEnumerable where ISubFeatureToggle could look something like this: Public interface ISubFeatureToggle { String Name { get;} Object Value {get; }...
Hi, I wasn’t thinking that, I can activate the top level feature, and then can activate any other feature(s) below this. Features below this don’t just have to be true/false,...