Skip to content

Update readme#28

Merged
olstakh merged 1 commit intomainfrom
users/olstakh/update-readme
Apr 2, 2026
Merged

Update readme#28
olstakh merged 1 commit intomainfrom
users/olstakh/update-readme

Conversation

@olstakh
Copy link
Copy Markdown
Owner

@olstakh olstakh commented Apr 2, 2026

This pull request updates the documentation to include new rule warnings related to dependency attributes in test collections. The main change is the addition of four new warning codes to the rules table in the README.md.

Documentation updates:

  • Added warning XIT0013: Warns when a DependsOnClasses dependency type already belongs to a collection, suggesting to use [DependsOnCollections] directly instead.
  • Added warning XIT0014: Warns when a DependsOnClasses dependency type is not part of a named collection, recommending to add [DependsOnClasses(Name = "...")] for proper collection definition generation.
  • Added warning XIT0015: Warns when a method has multiple attributes derived from DependsOnAttributeBase, indicating only one is allowed per method.
  • Added warning XIT0016: Warns when a method combines a DependsOnAttributeBase-derived attribute with another IFactAttribute, advising to use only the DependsOn attribute.

@olstakh olstakh merged commit e360e3d into main Apr 2, 2026
2 checks passed
@olstakh olstakh deleted the users/olstakh/update-readme branch April 2, 2026 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant