-
Notifications
You must be signed in to change notification settings - Fork 193
IFeatureCollection indexer is pretty bad #414
Comments
It moved to |
Oh, the namespace |
All the interfaces are also on that namespace, so you need to add it anyways. Would be nice if we could make the first time intellesence work better though. VS feature? Consider the namespace of the thing currently being operated on? |
We can't rely on VS features. We should move things around |
Just keep in mind that Features are for advanced scenarios like middleware authoring, don't munge them in with all the beginners stuff. |
Just a +1, I was looking for these methods, and it was hard to find them even looking for them :) I ended up needing all 3 namespaces for the IServiceProviders change:
|
Ugh |
Collapsing namespaces is also a solution. |
Resolved by #522 |
This usage is pretty awful:
It doesn't show up in intellisense, and GetFeature/SetFeature don't appear on HttpContext...
Didn't we have something more like this at one point?
The text was updated successfully, but these errors were encountered: