You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add generic constraint for AddHttpApplication (#567)
This adds a generic constraint for HttpApplication for one of the overloads of `AddHttpApplication`. The other overload has it, but this one does not. Things will fail at run time if someone is using it with a non-`HttpApplication` derived type, so this will move error to compile time.
0 commit comments