You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Repo Assist] Add regression test: type with same name as namespace appears in API docs (issue #944) (#1092)
* Add regression test: type with same name as namespace appears in API docs (issue #944)
Adds a minimal test library `SameNameLib` with a single type named
`SameNameLib.SameNameLib` (type name = namespace name), and a test
that verifies the type is correctly included in the generated API docs.
The test confirms that the bug reported in #944 is not present in the
current codebase — the type appears in the namespace's entity list with
a non-empty URL base name.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* ci: trigger checks
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Don Syme <dsyme@users.noreply.github.com>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
## [Unreleased]
4
4
5
+
### Fixed
6
+
* Add regression test confirming that types whose name matches their enclosing namespace are correctly included in generated API docs. [#944](https://github.com/fsprojects/FSharp.Formatting/issues/944)
0 commit comments