Rik Crompton

Results 13 comments of Rik Crompton

This is very similar to https://github.com/maartenba/MvcSiteMapProvider/issues/418 Could be the same build issue?

@maartenba @NightOwl888 is this a build issue for the NuGet 4.6.26 package?

For Info (and to prevent me from looking into this a second time :-) ): ReSharper can decorate external libraries by using _External Annotation_ files[1]. There are a whole load...

Actually, having just reviewed this again in my codebase, I'm not sure I like the idea of multiple parameters. It makes the route intuitive, but it marginally complicates the construction...

Looks like the Selenium Manager requires a rust installation. Personally I like this solution as it's quicker to get going, and does not require dev's to install and maintain otherwise...

:-D I was figuring there'd need to be some sort of GenerationContext passed around (perhaps as a parameter to the IGenerator.Generate() method) that contained the state of the thing being...

That might work, although the FirstNameGenerator would need to be aware of how a given system defines Gender. For example I use an enum (Male, Female, NotSpecified), whereas other systems...

Maintainer? Yep, can do. Let me know if there are any rules and such I think the version is already at v0.9.0. I'm going off memory here though.

Yep it's at v0.9.0 already https://github.com/fluentassertions/fluentassertions.mvc/blob/d9e67a2495e2fa59871c835ee3954372360337ee/src/SolutionInfo.cs#L9

@kevinkuszyk is there anything else you need before package release?