Table of Contents

GR0026: Do not use the XUnit Attribute InlineData

TitleDo not use the XUnit Attribute InlineData
IdGR0026
CategoryMaintainability
Default SeverityWarning
Enabled By DefaultTrue
DescriptionInlineData has maintainability and sustainability issues. It is better to use ClassData that points to a class inheriting from TheoryData.
Custom Tags