-
Notifications
You must be signed in to change notification settings - Fork 2.1k
EventNotification support for MVC #2651
Comments
/cc @avanderhoorn - this is where we're going to get started |
Added some data points for: Action Method begin/end This is all we're going to do here for beta-7 e384938 |
@rynowak also brought this another use for this in a hallway discussion - we could use event notification instead of the interface contract we use for BrowserLink \ page instrumentation. This would require raising events for
Will need to speak to @jodavis to figure out the feasibility of doing this. |
For Also is it possible to get a quick one line description of each event and what you should be using it to determine? Here is a template that might make it faster to fill out if it helps?
|
|
@rynowak Great! |
We've done all planned work here for beta8. Any new requests will be tracked separately. |
We want to add support for events via
Microsoft.Framework.Notification
to various components in MVC that can be consumed in process by diagnostic tools.To start with we want to include data/events with known tooling experiences built around them. This isn't a complete list, but includes things we can start on.
Routing:
Action Selection:
Action Invoker:
Model Binding:
ValueProviderResult
Content-Negotation/ObjectResult:
View Engine:
Startup:
The text was updated successfully, but these errors were encountered: