Actions: dotnet/docfx
Actions
Showing runs from all workflows
2,500+ workflow runs
2,500+ workflow runs
assemblyLabel defaulted to auto, which resolved to suffix in a flattened layout -- both defaults --
so enabling assemblyUids relabelled every namespace as ns (assembly) in the table of contents, the
page title and the breadcrumb. A project that documents 40 namespaces of which 34 are declared by one
assembly got 34 labels that disambiguate nothing, without asking for any of it.
Qualifying an assembly now changes wh...
report-test-results
#1966:
completed
by
MaceWindu
Ef8.MyLib.Widget becomes MyLib.Ef8::MyLib.Widget. The component is joined with :: rather than a
dot, and defaults to the assembly's own name, so it names something that exists.
- Namespaces are displayed as they are declared again. The previous...
report-test-results
#1964:
completed
by
MaceWindu