tagged [evaluation]
How to set a private lazy<T> with reflection for testing purposes in C#?
How to set a private lazy with reflection for testing purposes in C#? # The problem description We have a pretty big system, that used to eager load data into properies with private setters. For using...
- Modified
- 20 Jun at 09:12