Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ See full log [of v4.2.3...v4.3.0](https://github.com/microsoft/testfx/compare/v4
* Add MSTEST0070 analyzer validating \[MemberCondition] member references by @Evangelink in [#9076](https://github.com/microsoft/testfx/pull/9076)
* Add Assert.AddValueFormatter for customizing assertion failure rendering by @Evangelink in [#9148](https://github.com/microsoft/testfx/pull/9148)
* Add Span\<T> and Memory\<T> overloads to Assert.HasCount and extend MSTEST0037 coverage by @Evangelink in [#9176](https://github.com/microsoft/testfx/pull/9176)
* Add [ArchitectureConditionAttribute] to gate tests by process architecture by @Evangelink in [#9233](https://github.com/microsoft/testfx/pull/9233)
Comment thread
Evangelink marked this conversation as resolved.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[NIT] Documentation Accuracy

The new entry leaves the bracket unescaped — [ArchitectureConditionAttribute] — while every other attribute-name reference throughout this file consistently uses \[AttributeName] (e.g., \[Retry] on line 23, \[TestClass] on line 25, \[Ignore] on line 28, \[AssemblyFixtureProvider] on line 29, \[MemberCondition] on line 32, \[StackTraceHidden] on lines 41 and 45).

Recommendation: Change to:

* Add \[ArchitectureConditionAttribute] to gate tests by process architecture by `@Evangelink` in [#9233](https://github.com/microsoft/testfx/pull/9233)


### Fixed

Expand Down
Loading