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
The task is to create a class named ViewSourceDevCommand. When called, it should take the url of the current page and reverse engineer it to find the controller action that responds to that, and open the controller class in Visual Studio.
To implement it, we will probably need to provide a TCP gateway in Visual Studio which we can achieve through M# VS Extensions.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
See below to learn about DevCommands:
https://geeksltd.github.io/Olive/#/Tips/DevCommands
The task is to create a class named
ViewSourceDevCommand
. When called, it should take the url of the current page and reverse engineer it to find the controller action that responds to that, and open the controller class in Visual Studio.To implement it, we will probably need to provide a TCP gateway in Visual Studio which we can achieve through M# VS Extensions.
The text was updated successfully, but these errors were encountered: