Different output for record structs
Open
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

Using the project as input I see
Contributor guide
Assessment
This issue has not been assessed yet.