Tyler Goffinet

Results 11 comments of Tyler Goffinet

Seems a ton of names for arguments and options have changed. https://github.com/dotnet/format/issues/1268

Seems like `extent` should be a [.NET Core Tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools), not a regular nuget package. Regular nuget packages are meant to be written into a .csproj file and referenced in code...

I don't know what @agray has in mind, but... here's how I could see "parameterized test fixtures" being implemented in a way that improves upon NUnit's implementation: ```diff +[FixtureInlineData(Platform.Ubuntu) +[FixtureInlineData(Platform.Windows)...

yeah there's no support yet, something like what I proposed above would allow for class level data. Looks like we are going in a little bit of a circle here....

Okay cool, we're on the same page. `FixtureInlineData` was just the shortest example. I'd also like to expand the idea to encompass `MemberData` and `ClassData` concepts. @bradwilson what level of...

> Check out github.com/sauceforge/saucery @agray what you have here is functionally similar to what I was expecting. On [this test class](https://github.com/Sauceforge/Saucery/blob/7bf0f76aeaeaff0e15dbb095430d235148ddc76f/Merlin.XUnit/ClickLinkTests.cs#L9) you inherit from a [base class that has a...

Please do, Google results are not pulling up the XVim2 repo. I had been poking my head in every now and then to the XVim repo for a few months...

Thanks for the quick response @wolfy1339, that makes a lot of sense. I transferred the issue to https://github.com/github/rest-api-description/issues/2746

Seems like `extent` should be a [.NET Core Tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools), not a regular nuget package. Regular nuget packages are meant to be written into a .csproj file and referenced in code...

Was experiencing this issue and just upgraded to 0.49.1. Can confirm progresses (progressi?) are back to normal 👍.