[Tracking] Update Test accessor to provide access to compiler generated fields on auto properties.
Open
:construction: work in progress
test-enhancement
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 20h 23m
- Merged PRs (30d)
- 103
Description
This tracking issue is created in response to the comment [here](https://github.com/dotnet/winforms/pull/8467#discussion_r1065033279).
The TestAccessor in Tests does not currently allow access to the backing fields of auto properties, requiring developers to create a separate private field in order to write tests. There has been internal discussion about adding support for this in TestAccessor.
Contributor guide
Assessment
This issue has not been assessed yet.