Здравствуйте. Недавно в автотестировании, получил готовый проект и апгрейжу его. Собираю Xunit тесты на Core 3.0.1 + Specflow 3.0 . столкнулся с ошибкой, о которой гугл говорит только в разрезе Core preview 7. Тесты билдятся, запускаются и сразу падают. Все с одной ошибкой. В чем может быть причина?
System.AggregateException : One or more errors occurred. (Value cannot be null. (Parameter 'key')) (The following constructor parameters did not have matching fixture data: FixtureData fixtureData)
---- System.ArgumentNullException : Value cannot be null. (Parameter 'key')
---- The following constructor parameters did not have matching fixture data: FixtureData fixtureData