Open BernhardNinaus opened 2 weeks ago
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.
Missing on IOptionsMonitor Pressent on:
Generic Type constraint just like other interfaces.
No Generic Type constraint.
No response
Tagging subscribers to this area: @dotnet/area-extensions-options See info in area-owners.md if you want to be subscribed.
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