Show underlying type for type aliases
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
For example, [azblob/appendblob.ExpiryTypeAbsolute](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.4.0/appendblob#ExpiryTypeAbsolute) is an alias for an [internal type](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.4.0/internal/exported#ExpiryTypeAbsolute) having underlying type `time.Time`. The `appendblob` review should indicate this with an entry like `type ExpiryTypeAbsolute time.Time`
Contributor guide
Research direction
Start by locating the code that generates the appendblob review and tracing how type aliases are rendered. The work is done when the review shows an entry such as `type ExpiryTypeAbsolute time.Time` for the alias described in the issue, while preserving the referenced package context.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, go
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100