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
{{ message }}
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
Most likely an oversight. However, why are you using the IEnumerable.GetEnumerator specifically instead of the generic IEnumerable<KeyValuePair<string, object>>.GetEnumerator
In the project
Microsoft.AspNetCore.Owin
,OwinFeatureCollection
implementsIEnumerable.GetEnumerator()
which looks good.Why doesn't
OwinEnvironment
implementsIEnumerable.GetEnumerator()
same asOwinFeatureCollection
? Now (dev branch, Commit 2cafa43) it justThe text was updated successfully, but these errors were encountered: