dotnet / dotnet/csharpstandard
Find uses of "identical" and consider identity conversions
Open
type: bug
- Dominant language
- C#
- Stars
- 815
- Forks
- 99
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 16
Description
Often when there's a requirement that types are "identical" it really means that there must be an identity conversion between them. We should do a sweep of the spec to check that. (It may be worth introducing a new term to make this simpler.)
Contributor guide
Assessment
This issue has not been assessed yet.