dotnet / dotnet/docfx

Different output for record structs

Open
#8,623 2 comments 0 reactions 0 assignees View on GitHub
dotnet: csharp
Dominant language
C#
Stars
4.4k
Forks
890
Avg merge
2h 11m
Merged PRs (30d)
10

Description

Different output for record structs when using `.csproj` as the input than when using `.dll`

- Note the missing `record` in the syntax block for the assembly case
- The set of inherited members is different
- The Operators and Methods section only shows up in the assembly case

Using the assembly as input I see
my-struct-dll

Using the project as input I see
my-struct-csproj

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.