Open
Description
Description
Hello.
I've found, that IOptionsMonitor is the only interface which is missing the generic type constraint "where TOptions : class" opposed to the other "IOptions" interfaces.
Reproduction Steps
Missing on IOptionsMonitor
Pressent on:
Expected behavior
Generic Type constraint just like other interfaces.
Actual behavior
No Generic Type constraint.
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response